oracle 使用union提示ORA-00907:缺乏右括号

在使用union的时候提示:ORA-00907:缺乏右括号spa 此缘由是由于在union的左边和右边都有order by,所以须要去掉一边的order by,保留一个便可。io 例如:select select * from nio (co  select id,name from emp order by name union  select id,name from emp ) 或者: se
相关文章
相关标签/搜索