MySQL Forums
Forum List  »  Newbie

Re: IN operator problem
Posted by: Ramalingam Chelliah
Date: August 26, 2004 04:56AM

Hi ,

Subqueries are supported in versions >=4.1.

This will work.
mysql> select 'Hai' IN ('Hey','Hello,'Hai');

Instead of Subquery ,rewrite your query by JOINing tables

Regards,
Ram.







We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
August 25, 2004 09:37AM
Re: IN operator problem
August 26, 2004 04:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.