04-02-2009, 10:56 PM
|
#3 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Salathe
First, why are you wrapping integers in quotes? Second, and more to the point, to use less (no!) ANDs you could use …WHERE user_id NOT IN (5, 6, 9, 3)
|
Thank you!!
Yes I suppose using quotes turns the numbers into strings right?
Or is that just a PHP thing?
|
|
|
|