I have 2 tables in my mysql database.

table1 is a master list with just one field -- email.

table2 is smaller, and contains three fields -- date, email, client

I need to run a querry to return the following:  date, email, client from
table2 where the email address in table2 isn't already in table1.

Thanks



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