MySQL 使用联合 (JOIN) 删除表记录

DELETE t1 FROM table1 t1 INNER JOIN table2 t2 ON t1.ref_id=t2.id AND t2.id=12

编程技巧