View Single Post
Old 04-02-2009, 10:56 PM   #3 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
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?
allworknoplay is offline  
Reply With Quote