oracle11g - Update Oracle SQL Query throwing missing right parenthesis error -
update mytable set node_index=0 id in ( select id mytable rownum<=10 , procs_dt null order cret_dt,prty desc)
this error getting
error report: sql error: ora-00907: missing right parenthesis 00907. 00000 - "missing right parenthesis" *cause: *action:
whats wrong? experts please help.. new oracle 11g
update mytable set node_index = 0 rowid in ( select rid ( select rowid rid mytable procs_dt not null order cret_dt, prty ) rownum <= 10 )
Comments
Post a Comment