HI
Can any one know the SQl statement, UPDATE with inner join...
I want to update a field in File1 by comparing the values from the file2
Like
Update File1 Inner Join File2 On File2.SNo = File1.sno
SET File1.date = 20120523 WHERE (((File1.Date >20120523))
but its not allowing ....
Can anyone give correct statement
Can any one know the SQl statement, UPDATE with inner join...
I want to update a field in File1 by comparing the values from the file2
Like
Update File1 Inner Join File2 On File2.SNo = File1.sno
SET File1.date = 20120523 WHERE (((File1.Date >20120523))
but its not allowing ....
Can anyone give correct statement



Comment