摘要:
connect by 是结构化查询中用到的,其基本语法是: 1 select … from tablename 2 start with 条件1 3 connect by 条件2 4 where 条件3; 例: 1 select * from table 2 start with org_id = 阅读全文
posted @ 2018-11-26 09:16
牛大闲人
阅读(312)
评论(0)
推荐(0)
2018年11月26日