1.原始查询表结果 2.理想查询表结果 一很牛的朋友写的sql语句大笑,学习啦偷笑: select userpwd,username=stuff((select ‘,’+username from tuser t1 where t1.userpwd=t.userpwd for xml path(”)),1,1,”) from tuser t group by userpwd 说明: a.stuff方法(举例说明:select stuff(‘abcdef’, 2, 3, ‘klmn’); 在第
很多人不知道SQL语句在SQL SERVER中是如何执行的,他们担心自己所写的SQL语句会被SQL SERVER误解。比如:
select * from table1 where name=’zhangsan’ and tID > 10000
和执行:
select * from table1 where tID > 10000 and name=’zhangsan’
一些人不知道以上两条语句的执行效率是否一样,因为如果简单的从语句先后上看,这两个语句的确是不一样,如果tID是一个聚