Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: help newbie question!
Try this command:
select * from table_name
where column_name like '%literal%';
Regards.
Marc Godard wrote:
> I have a query that
> select *
> from <table>
> where <var> Contains like '<var>'
> ^^^^^^^^
>
> i'm looking for this (but it doesn't work)
> i know there is a way you can do this but i forget!?
>
> can anyone help me?
Received on Tue Mar 31 1998 - 00:00:00 CST
![]() |
![]() |