SyntaxFix
Write A Post
Hire A Developer
Questions
This script worked for me:
DELETE t FROM table t INNER JOIN join_table jt ON t.fk_column = jt.id WHERE jt.comdition_column…;