MySQL 使用联合 (JOIN) 删除表记录 2015/12/05 18782 DELETE t1 FROM table1 t1 INNER JOIN table2 t2 ON t1.ref_id=t2.id AND t2.id=12