地平线

......

02 2009 档案

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 烟灰缸 阅读(1235) 评论(0) 推荐(0)

导航