MySQL Delete Join | DELETE with INNER JOIN and LEFT JOIN Examples
This tutorial shows you how to delete data from multiple tables by using MySQL DELETE JOIN statement with INNER JOIN and LEFT JOIN. ... Note that you only put T1 table after the DELETE keyword, not both T1 and T2 tables like you did with the INNER JOIN cl...