MySQL Forums
Forum List  »  Newbie

Re: retrive category names where categoryid is different from user to user
Posted by: Felix Geerinckx
Date: August 09, 2005 01:15AM

dahken wrote:

>
> SELECT * FROM `categories` WHERE categoryid LIKE ( 1, 5 ) Not working

SELECT * FROM `categories` WHERE categoryid IN (1, 5);

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: retrive category names where categoryid is different from user to user
August 09, 2005 01:15AM


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.