Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Missing SET keyword

user10528973May 12 2010 — edited May 12 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 9 2010
Added on May 12 2010
6 comments
1,615 views