Hi David, On Wed, Apr 03, 2002 at 02:10:03PM +0200, David yahoo wrote: > mysql> select table1.* from table1 > LEFT JOIN table2 ON table1.column_1=table2.column_2 > where table2.column_2 is NULL; > > try this to select row of table 2 not in table 1, i think.
Yes, it's working. And with "is not NULL" I can get the other result. Thanx, Bernd --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php