does MySQL have an equilivent for the WHERE Unique_id IN ('1',' 2', '3')  as
used in oracle.

select *
from tableX
where tableX_id IN ('1', '2', '3')

i.e. if I have a comma delimited list of values for a certain field on a
table...I can search for all records that have the values in my comma
delimited list.........using the one where clause?

Thanks for your patience...I could not find this in the documentation.

Regards

Joe

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to