五月天亚洲色图_亚洲精品少妇_亚洲熟妇无码av另类本色_自拍高清综合中文_成年女人wwxx免费_国产高清视频在线观看三区_下载香蕉视频app_芒果视频下载_日韩AV综合无码中文一区_国产日产精品久久

在線幫助 ICP備案 合作機(jī)構(gòu) 我要訂制
 
 7×24客服熱線:13663712063
您的位置:首頁  技術(shù)支持 本頁的SQL例句全部懂了,你的數(shù)據(jù)庫開發(fā)所需知識(shí)就夠用了
       越辰家政管理軟件
       越辰空調(diào)售后管理軟件
       越辰圖書銷售管理軟件
       越辰物業(yè)管理軟件
       越辰茶樓管理軟件
       越辰幼兒園管理軟件
       越辰餐飲管理軟件
       越辰病歷管理系統(tǒng)
       越辰洗浴管理軟件
       越辰住院管理系統(tǒng)
       越辰超市管理系統(tǒng)
  

本頁的SQL例句全部懂了,你的數(shù)據(jù)庫開發(fā)所需知識(shí)就夠用了

來源:yocin  時(shí)間:2012-2-17 14:20:01  欄目:技術(shù)支持  點(diǎn)擊率:4815

--======子查詢============
--在一個(gè)SQL語句中鑲?cè)肓硪粋(gè)SQL語句教鑲套查詢,而被鑲?cè)氲倪@個(gè)SQL語句就被江湖人稱子查詢。是處理多表操作的附加方法
--子查詢也稱內(nèi)部查詢,而包含子查詢的Select語句被誠為外部查詢,子查詢自身可以包括一個(gè)或者多個(gè)子查詢,也可以鑲套任意數(shù)量的子查詢

--使用in的子查詢
select * from studio where cl_id in (select cl_id from class where cl_id>2)
--使用 not in
select * from studio where cl_id not in (select cl_id from class where cl_id>2)


--使用比較運(yùn)算符的子查詢      --  any 表示子查詢中任意的值     all 表示子查詢中的每個(gè)值
--使用any
select * from class where cl_id>any(select cl_id from studio where st_age>30)
--使用all
select * from class where cl_id>all(select cl_id from studio where st_age>30)


--============一個(gè)分頁的SQL語句========
select top 3 * from studio
where st_id>all(select top 3 st_id from studio order by st_id)
order by st_id




--使用 exists ,該關(guān)鍵字引入一個(gè)子查詢的時(shí)候基本上是對數(shù)據(jù)進(jìn)行一次是否存在的測試
--我們查詢那些人所在的班級(jí)是編號(hào)為 1 的
select * from studio where exists(select cl_id from class where studio.cl_id=class.cl_id and class.cl_id=1) 
--使用 not exists
select * from studio where not exists(select * from class where studio.cl_id=class.cl_id and class.cl_id=1) order by st_id


--基于查詢生成新的表
select st_name into class_3 from studio where cl_id=3 

--將數(shù)據(jù)批量插入一個(gè)表中
insert into class_3 select st_name from studio where cl_id=4


  【 1 】  【 2 】  【 3 】  【 4 】  【 5 】 
Copyright ◎2008-2018鄭州越辰科技有限公司 版權(quán)所有 網(wǎng)站地圖
地址:中國·河南鄭州市文化路交北環(huán)路北晨e時(shí)代B座505室 
電話:0371-63399049 13663712063 備案號(hào):豫ICP備19031456號(hào)
我們專注于 軟件開發(fā)| 網(wǎng)站制作  返回歡迎頁 
  
點(diǎn)擊這里給我發(fā)消息 越辰業(yè)務(wù)
點(diǎn)擊這里給我發(fā)消息 越辰業(yè)務(wù)
點(diǎn)擊這里給我發(fā)消息 越辰代理
點(diǎn)擊這里給我發(fā)消息 越辰技術(shù)
 ,頁面執(zhí)行時(shí)間:0.000毫秒        
up close

返回頂部

越辰科技微信
微信掃一掃