PreacherUK
Technical User
Hi All,
Heres a quick snatch of sql:
UPDATE [tblGSP55S9X - Security Data] INNER JOIN ASSETS_TO_ESTIMATE] ON [tblGSP55S9X - Security Data].CUSIP=[Assets_To_Estimate].CUSIP SET [Assets_To_Estimate].ISIN= [tblGSP55S9X - Security Data].ISIN
(sorry for the shabby looking formatting here)
When I attempt to run/check this I get the following error:
Incorrect syntax near the keyword 'INNER'.
The query is attempting to link two tables on one type of identifier and update one table with addictional identifiers.
Any help is greatly appreciated
Heres a quick snatch of sql:
UPDATE [tblGSP55S9X - Security Data] INNER JOIN ASSETS_TO_ESTIMATE] ON [tblGSP55S9X - Security Data].CUSIP=[Assets_To_Estimate].CUSIP SET [Assets_To_Estimate].ISIN= [tblGSP55S9X - Security Data].ISIN
(sorry for the shabby looking formatting here)
When I attempt to run/check this I get the following error:
Incorrect syntax near the keyword 'INNER'.
The query is attempting to link two tables on one type of identifier and update one table with addictional identifiers.
Any help is greatly appreciated