SQL execution issue in MSSMS and SQLCMD

前端 未结 0 1726
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 05:50

I have following query :

SELECT DISTINCT TOP (50) fms.score, t1.column1, t2.column1
FROM table1 t1
JOIN table1 t2 ON t1.column1 < t2.column1
CROSS APPLY (S         


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