亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

oracle with as 用法

發布時間:2020-06-15 21:44:44 來源:網絡 閱讀:6354 作者:姚小二 欄目:關系型數據庫

With查詢語句已with開頭,相當于在查詢之前先構建一個臨時表,被指定的查詢結果存與臨時表中,之后便可多次使用它做進一步的分析和處理。


語法:

with _tempTable as (select * from table )
select  * from _tempTable



例子:

with _tempStudent as(
select * from t_student t where class = '初二3班'
)
select sex,count(1) nums from _tempStudent where sex = '男' and height > '170'
union all
select sex,count(1) nums from _tempStudent where sex = '女' and height > '160'


多個with as 用法 每個臨時存量直接用 "," 隔開

with t1 as (
     select * from student where name in('張三','李四')
),t2 as (
     select * from student where name in('王五')
)
select * from t1
union 
select * from t2


如果with as 有嵌套的情況, 多個with as,后面的as內部可以直接調用先聲明的臨時對象

with t1 as (
     select * from student where name in('張三','李四')
),t2 as (
     select * from t1 where name in('王五')
)
select * from t2


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

海南省| 恩施市| 息烽县| 洛川县| 顺昌县| 石河子市| 田东县| 德保县| 申扎县| 马公市| 白沙| 石泉县| 探索| 土默特左旗| 微博| 毕节市| 阜阳市| 调兵山市| 温州市| 探索| 吉木萨尔县| 黔西县| 彝良县| 射洪县| 伊金霍洛旗| 望谟县| 东乡族自治县| 永清县| 阳谷县| 白沙| 安龙县| 米林县| 岫岩| 塔城市| 阿拉善盟| 盘山县| 体育| 麻栗坡县| 紫阳县| 建宁县| 香河县|