MySQL Forums
Forum List  »  Newbie

Re: Query, equal tag and more variable
Posted by: Peter Brawley
Date: March 26, 2013 08:38AM

Is this what you mean?

SELECT user_id
FROM tablename
WHERE user_id IN(1,5) AND workinghours INJ(3,8);

Options: ReplyQuote


Subject
Written By
Posted
Re: Query, equal tag and more variable
March 26, 2013 08:38AM


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.