SQL Server數據庫開發(3.SQL高級查詢)

一,嵌套子查詢         降低SQL語句的複雜度,提高SQL語句的可讀性 --子查詢作爲條件  (where) --查詢王五前面的同學 select * from StuInfo where stuid < (select stuid from StuInfo where stuName = '王五') go --子查詢作爲臨時表  (from) --查詢李四成績大於80分(StuInfo作
相關文章
相關標籤/搜索