Why does my cost for a clustered index scan increase when narrowing down the where clause on a different table?

后端 未结 0 1474
悲&欢浪女
悲&欢浪女 2020-12-01 18:53

I have a simplified query like this

SELECT a.OrderInfoID, a.SalesReceiptID, SUM(b.Qty) AS Qty
FROM dbo.OrderInfo a (NOLOCK)
INNER JOIN dbo.OrderInfoSequential         


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