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

Home -> Community -> Usenet -> c.d.o.server -> Re: Funny result set in SQL query

Re: Funny result set in SQL query

From: frank <oaplont_at_work.no>
Date: 1998/01/13
Message-ID: <69f27k$1j0@hdxl16.telecom.ptt.nl>#1/1

cjustice_at_erols.com (Christopher Jusitce) wrote:

>Try the following query...
 

>SELECT TABLE_NAME FROM SYS.DBA_TABLES WHERE TABLE_NAME LIKE 'PRO_%;
 
>If you have tables like PRO_ACCOUNT and PROACCOUNT, it will return
>both tables!!!
 

>Wierd,
 

>Chris
 

>justice_at_platinum.com

Hi,

What else did you expect ??

'_' is the wildcard for 1 character !

:-) Tolli Received on Tue Jan 13 1998 - 00:00:00 CST

Original text of this message

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