>>>> 2012/03/01 19:56 -0800, Don Wieland >>>>
I do not get the same results. Am I missing something? Hopefully  
something simple ;-)
<<<<<<<<
O, you are. You do not want GROUP_CONCAT in the subquery. It gives you the 
comma-separated string whereto you referred, which, as far as the IN goes, is 
only one string for comparing for equality. You want the IDs separate, not 
joined into one string.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to