Archives

You are currently viewing archive for December 2007
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
MySQL Delete with a LEFT JOIN

DELETE EventLog.* FROM EventLog e LEFT JOIN CustInfo c USING (CustID) WHERE c.CustID IS NULL;