Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: help newbie question!

Re: help newbie question!

From: Boi Hue La <boihuel_at_montreal.src.ca>
Date: 1998/03/31
Message-ID: <35215703.70789188@montreal.src.ca>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US