This is a one off I need to do

Table1 has email addresses in it, table two also has email addresses in it.
table1 represents bounced emails that need to be purged from the database.

What I would like to do, is mark a field in table2, called "needs_purging"
to true, when there is a match from table 1

Should I just run a loop in my language of choice, or is there a join I am
not seeing here?
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
<http://www.newgeo.com>                     Novato, CA U.S.A.



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

Reply via email to