SyntaxFix
Write A Post
Hire A Developer
Questions
You need to specify what table you are deleting from. Here is a version with an alias:
DELETE w FROM WorkRecord2 w INNER JOIN Employee e ON EmployeeRun=EmployeeNo WHERE Company = '1' AND Date = '2013-05-06'