Delete From Two Or Multiple Tables With One MySQL Query
You can delete from multiple tables (which don’t have foreign keys set up) using one query if you create it using the following syntax:
You can delete from multiple tables (which don’t have foreign keys set up) using one query if you create it using the following syntax: