Code:
UPDATE Training inner join test
on Training.uid = test.uid
AND Training.EventID = test.EventID
SET Training.StartDate = test.StartDate
Whats wrong with this simple update query!
Incorrect syntax near the keyword 'inner', thats the error I keep getting. *Frustrated* Am I not seeing something? Thanks. Using MS SQL Server 2000