order siblings by catID ASC;

解决方案 »

  1.   

    只能够对catID排序吗?
    但是sqlSheet连siblings关键字也不认呀
      

  2.   

    10:08:35 jlanzpa817>select LPAD(' ',2*(LEVEL-1)) || catID
    10:08:35   2  from infoCategory 
    10:08:35   3  connect by prior catID = parentID 
    10:08:35   4  start with catID = 198
    10:08:35   5  order siblings by catType ASC;
    order siblings by catType ASC
          *
    ERROR 位于第 5 行:
    ORA-00924: 缺少 BY 关键字817不支持.