SyntaxFix
Write A Post
Hire A Developer
Questions
This will delete all rows in Table1 that match the criteria:
Table1
DELETE Table1 FROM Table2 WHERE Table1.JoinColumn = Table2.JoinColumn And Table1.SomeStuff = 'SomeStuff'