91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

孝义市| 新河县| 宁津县| 抚宁县| 连城县| 怀集县| 舞钢市| 安丘市| 汉沽区| 温宿县| 扎囊县| 中牟县| 南宫市| 焦作市| 安平县| 白银市| 徐闻县| 军事| 江永县| 张家口市| 洪湖市| 大宁县| 丰顺县| 灵台县| 抚松县| 利津县| 从江县| 临夏县| 青河县| 永昌县| 和静县| 鹤岗市| 阿鲁科尔沁旗| 凯里市| 康乐县| 隆德县| 和硕县| 聂荣县| 南城县| 原平市| 盐津县|