SyntaxFix
Write A Post
Hire A Developer
Questions
Try this..
DELETE a.*, b.* FROM table1 as a, table2 as b WHERE a.id=[Your value here] and b.id=[Your value here]
I let id as a sample column.
id
Glad this helps. :)