Thursday, 8 August 2013

mysql WHERE clause not working

mysql WHERE clause not working

I would like to select multiple values in where clause but it is not
selecting anything.
This is the select query I have:
'SELECT * FROM table WHERE id IN (4, 5) ORDER BY id desc'
what am I missing?

No comments:

Post a Comment