【发布时间】:2011-07-20 15:32:55
【问题描述】:
update mytable set node_index=0 where id in (
SELECT
id
FROM mytable
WHERE
rownum<=10 and PROCS_DT is null
order by CRET_DT,PRTY desc)
这是我遇到的错误
Error report:
SQL Error: ORA-00907: missing right parenthesis
00907. 00000 - "missing right parenthesis"
*Cause:
*Action:
怎么了?请专家帮忙..我是Oracle 11g的新手
【问题讨论】: