1樓:
select * from studen
where year(birth_date) = 1991
寫sql語句,在學生表中,查詢出生日期在1991後
2樓:遠阪家的黃瓜
select *(查詢表示所有字段) from 學生表 where 出生日期(字段)>'1991'
還要看你資料裡面的字段是什麼(比如2011/12/11)的資料
select *(查詢表示所有字段) from 學生表 where 出生日期(字段)>'1991/1/1'
3樓:哈皮的小逗比
select * from 學生表
where datepart(year,出生日期)>1991
急急急!!!怎麼用sql語句查詢student表中年齡最小的前三名學生資訊?
4樓:匿名使用者
select top 3 * from student order by age asc
top 3 是前3個學生的意思, order by age asc 的意思是根據年齡公升序排列, 也就是說最前面的就是年齡最小的。 (當然你沒有考慮到的是3個最小的年齡一樣的話, 是不是還要加個條件, 比如學號, 性別)
5樓:匿名使用者
select top 3 * from student order by 年齡 asc
6樓:匿名使用者
hjghghgjhgjh
sql語句中在學生資訊表中查詢同姓的學生姓名
7樓:海天盛筵
1.建立乙個測試表bai
,如下du圖
createtabletest_name(idint,namevarchar2(20))zhi;
2.插入測試資料dao
,如下圖專
');insertintotest_namevalues(102,'李三');
insertintotest_namevalues(103,'陳五');
insertintotest_namevalues(104,'馬四');
insertintotest_namevalues(105,'王二');
***mit;
3.查詢表知道全部資料,selectt.*,rowidfromtest_namet;
4.寫sql,查詢相同的名字,可以發現『wang two』的名字是重複的;選擇名稱,計數(*)從test_name t組的名稱計數(*)>1;
注意事項:
sqlserver的特點如下
1.具有真實的客戶端和伺服器架構架構。
2.圖形使用者介面使系統管理和資料庫管理更加直觀。
3.豐富的程式設計介面專用工具,為使用者進行程式設計提供了更多的選擇。
4.它是完全整合的,利用了nt的許多功能,比如傳送訊息和接收訊息。
8樓:匿名使用者
select t1.* from student t1 where exists (select * from student t2 where t1.name=t2.name)
或者select * from sdudent where name in (select name, count(name) from student group by name having count(name)>=2)
9樓:匿名使用者
select 姓名 from 姓名表 where 姓名 like '劉%'
這是查詢所有姓劉的學生.
10樓:匿名使用者
select sname from students like '李%'
把上面的sname換成你表裡的姓名的列的名字,把students換成表名 把李換成你需要查詢的姓
11樓:匿名使用者
select name from 表名 where name like '張%'
12樓:匿名使用者
select 姓名
襲 from 學生資訊表
where left(姓名,1) in (select left(姓名,1) from 學生資訊表 group by left(姓名,1) having count(*)>=2) group by 姓名
13樓:方智盍貞婉
二樓的回答是oracle中的bai寫法,不適用於dusqlserver
sqlserver中應該這麼寫
zhiupdate 表名 set 列名
dao = case when charindex(')',reverse(列名)) = 1 and charindex('(',列名) > 0 then left(列名,len(列名) - charindex('(',reverse(列名)))
else 列名
end不放心內的話,可以先查容詢看一下結果select case when charindex(')',reverse(列名)) = 1 and charindex('(',列名) > 0 then left(列名,len(列名) - charindex('(',reverse(列名)))
else 列名
endfrom 表名
2023年搬家吉日查詢,2023年搬家吉日查詢
2013年9月恭候您老公 庚申木猴 搬家的黃道吉日 2013年9月03日 農曆07月 小 28日 星期二 沖虎 丙寅 煞南 2013年9月07日 農曆08月 大 03日 星期六 沖馬 庚午 煞南 2013年9月12日 農曆08月 大 08日 星期四 沖豬 乙亥 煞東 2013年9月18日 農曆08月...
2023年婚嫁吉日查詢男的農曆
2011年03月份結婚黃道吉日 公元2011年03月02日 農曆01月 大 28日 星期三 雙魚座 沖狗 庚戍 煞南 公元2011年03月05日 農曆02月 小 01日 星期六 雙魚座 沖牛 癸丑 煞西 公元2011年03月11日 農曆02月 小 07日 星期五 雙魚座 沖羊 己未 煞東 公元201...
2023年郵票價格查詢,2023年郵票價格查詢
如果和建國或改革有關價值還是比較高的 不問了,我們們中有乙個月月月月月月月月月。我們的 1949年發行了許多郵票,能具體點或上圖看看嗎?1949年開國紀念郵票 中國郵政1950年7月 來1日發行的源紀4 中華人民共和bai 國開國紀念 郵票,du目前的市場 是zhi 新上品 成交價大約dao3000...