码字定式之SQL(7)
摘要:
With 子句从 oracle 9i 开始支持--不用connect by,只用dual表,构造出1到128with a as (select 1 from dual union all select 1 from dual)select rownum from a, a, a, a, a, a, a;--做一个5*5的乘法表with multiplier as (select rownum n ... 阅读全文
posted @ 2014-11-27 12:43
梦中的天堂
阅读(148)
评论(0)
推荐(0)