誰有標準的SQL語句全部嗎,誰有標準的SQL語句全部嗎?

2022-02-27 21:25:14 字數 2781 閱讀 4617

1樓:丶花大爺

說明:複製表(只複製結構,源表名:a 新表名:b)

sql: select * into b from a where 1<>1

說明:拷貝表(拷貝資料,源表名:a 目標表名:b)

sql: insert into b(a, b, c) select d,e,f from b;

說明:顯示文章、提交人和最後回覆時間

sql: select a.title,a.

username,b.adddate from table a,(select max(adddate) adddate from table where table.title=a.

title) b

說明:外連線查詢(表名1:a 表名2:b)

sql: select a.a, a.

b, a.c, b.c, b.

d, b.f from a left out join b on a.a = b.

c說明:日程安排提前五分鐘提醒

sql: select * from 日程安排 where datediff('minute',f開始時間,getdate())>5

說明:兩張關聯表,刪除主表中已經在副表中沒有的資訊

sql:

delete from info where not exists ( select * from infobz where info.infid=infobz.infid )

說明:--

sql:

select a.num, a.name, b.upd_date, b.prev_upd_date

from table1,

(select x.num, x.upd_date, y.upd_date prev_upd_date

from (select num, upd_date, inbound_qty, stock_onhand

from table2

where to_char(upd_date,'yyyy/mm') = to_char(sysdate, 'yyyy/mm')) x,

(select num, upd_date, stock_onhand

from table2

where to_char(upd_date,'yyyy/mm') =

to_char(to_date(to_char(sysdate, 'yyyy/mm') ¦¦ '/01','yyyy/mm/dd') - 1, 'yyyy/mm') ) y,

where x.num = y.num (+)

and x.inbound_qty + nvl(y.stock_onhand,0) <> x.stock_onhand ) b

where a.num = b.num

說明:--

sql:

select * from studentinfo where not exists(select * from student where studentinfo.id=student.id) and 系名稱='"&strdepartmentname&"' and 專業名稱性別,生源地,高考總成績

說明:從資料庫中去一年的各單位**費統計(**費定額賀電化肥清單兩個表**)

sql:

select a.userper, a.tel, a.standfee, to_char(a.telfeedate, 'yyyy') as telyear,

sum(decode(to_char(a.telfeedate, 'mm'), '01', a.factration)) as jan,

sum(decode(to_char(a.telfeedate, 'mm'), '02', a.factration)) as fri,

sum(decode(to_char(a.telfeedate, 'mm'), '03', a.factration)) as mar,

sum(decode(to_char(a.telfeedate, 'mm'), '04', a.factration)) as apr,

sum(decode(to_char(a.telfeedate, 'mm'), '05', a.factration)) as may,

sum(decode(to_char(a.telfeedate, 'mm'), '06', a.factration)) as jue,

sum(decode(to_char(a.telfeedate, 'mm'), '07', a.factration)) as jul,

sum(decode(to_char(a.telfeedate, 'mm'), '08', a.factration)) as agu,

&n*****很多的。。 www.iyuanma.com

2樓:

樓上不可採。內有sql方言。

標準的sql是指的基於sql-92標準的sql命令,網上到處都能搜尋到這個標準。

3樓:脫枝子

直接擺渡下sql手冊,很多!~~

可以參考

4樓:

oracle的 pl/sql嗎

5樓:匿名使用者

是啊,樓主還是看聯機幫助吧

6樓:梓溪

買本書最好了至少書不會騙你

我有一本sql程式設計篇的書,很全的

誰有奇牙的全部??我要完全的,誰有奇牙的全部資料??我要完全的!!!!

日文名 中文名 奇牙 揍敵客 英文名 killua zaoldyeck 出生地 巴託奇亞共和國枯枯戮山 生日 7月7日 念能力 變化系 身高 158cm 體重 45kg 血型 a型 聲優出演 三橋加奈子 覺醒度 60 很抱歉,我可不是一般人啊。奇牙生於著名的殺手家族,自幼學習暗殺技術,沒有要好的朋友...

用SQL語句列出全部學員都選修的課程的課程名和課程號

select o.ame from c where not exists select from s where not exists select from sc where sc.s s.br and sc.c c.c 如何用sql查詢全部學生都選了人課程號和課程名 全部學生都選的課程號與課程名...

誰有保羅馬爾蒂尼的全部誰有保羅馬爾蒂尼的全部資料?

姓名 馬爾蒂尼 paolo maldini 國籍 義大利 場上位置 後衛 生日 1968年6月26日 身高 187ccm 體重 85kg 輝煌戰績 保羅 馬爾蒂尼,是前義大利主帥老馬爾蒂尼的兒子,在1988年的歐洲錦標賽上嶄露頭角,是目前義大利代表國家隊出場最多的球員。曾在1994年被英國 世界足球...