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 -> Wildcards

Wildcards

From: Scott <scott_at_yahoo.com>
Date: Tue, 11 Sep 2001 20:06:23 GMT
Message-ID: <3b9e6ad2.80836566@news.onvoy.com>


Is there a caracter Oracle regonizes as a character wildcard?

I am looking for results that are only 3 characters long and begin with "S". The SQL stmt might looks something like below, but I do not konw because this is not returing any results (failing).

select * from EOFGMultiGroupedNo0s1
where LOC_DESC Like 'S__' Received on Tue Sep 11 2001 - 15:06:23 CDT

Original text of this message

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