Aggregate Function on an Expression Containing A Subquery

前端 未结 0 1375
时光取名叫无心
时光取名叫无心 2021-02-01 07:48

With the following t-sql query:

select u.userid
into #temp
from user u
where u.type = 1;

select top 50
    contentid,
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题