Probably a simple query but, I need to find select a field with data that 
exists in one table but does not exist in a field in another table.

example:

table1.name                     table2.name
-----------                     ------------
bob                             john
susan                           jane
tom                             tom
john                            bob
jane                            john
                                jane
                                tom


result should be = susan

any help is appreciated

-JH


---------------------------------------------------------------------
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

Reply via email to