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 -> using LIKE with IN

using LIKE with IN

From: <cjamblues_at_my-deja.com>
Date: Wed, 09 Feb 2000 23:01:02 GMT
Message-ID: <87srja$55s$1@nnrp1.deja.com>


Greetings --
How can I combine LIKE and IN in the same sql statement:

SELECT table_name,num_rows
FROM user_tables
WHERE table_name IN (LIKE('%NS_%",'%NA_%');

Thanks,

David J Jackson

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 09 2000 - 17:01:02 CST

Original text of this message

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