how to delete rows which table1.field=table2.fielddelete t1 from t1,t2 where t1.field=t2.field
thanks
at least, that's how I read the manual. Works for me.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]