SQL Query runs terribly when selecting one field rather than *

后端 未结 0 1757
萌比男神i
萌比男神i 2021-02-05 23:34

I have a simple query that I am running in SQL Server 2017 with a multiple condition join that looks like this:

select top 100 *
FROM TABLE1 t1
LEFT JOIN TABLE2 t         


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