Missing SET keyword
Hello,
I have this command SQL :
UPDATE EPMDOCUMENT INNER JOIN EPMDOCUMENTMASTER ON EPMDOCUMENT.IDA3MASTERREFERENCE = EPMDOCUMENTMASTER.IDA2A2
SET VERSIONIDA2VERSIONINFO= '0010' where DOCUMENTNUMBER= '0000000';
And I have this message error
Missing SET keyword
How to resolve this problem of command SQL for that run.
Thanks
Pascal