sys_connect_by_path的两种用法
摘要:本文主要讨论sys_connect_by_path的使用方法。 1、带层次关系 SQL> create table dept(deptno number,deptname varchar2(20),mgrno number); Table created. SQL> insert into dept values(1,'总公司',null); 1 row created. SQL> i...
阅读全文
posted @ 2009-02-26 18:00
浙公网安备 33010602011771号