Hmmm

Well I didn`t manage to get any of those examples to work. This is my select 
statement..

"select Failed_Signups.EmailAddress.Email from Failed_Signups.EmailAddress 
left join www_domain_net.Members on 
Failed_Signups.EmailAddress.Email=www_domain_net.Members.EmailAddress where 
www_domain_net.Members.EmailAddress is null";

That is matching the records, is it possible to just reverse engineer this so 
it deletes from Failed_Signups.EmailAddress when it makes a match ??

Thanks for all the help so far
Ade

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