SQL Server数据库开发(3.SQL高级查询)

一,嵌套子查询函数         下降SQL语句的复杂度,提升SQL语句的可读性ui --子查询做为条件  (where) --查询王五前面的同窗 select * from StuInfo where stuid < (select stuid from StuInfo where stuName = '王五') go3d --子查询做为临时表  (from) --查询李四成绩大于80分(St
相关文章
相关标签/搜索