Index scan in query

前端 未结 0 635
死守一世寂寞
死守一世寂寞 2021-01-01 07:47

I have a query as below:

;With P As 
(Select CP.ProductID
From CatProduct CP
Join Product P On CP.ProductID = P.ProductID
Join ProductType pt with(nolock)             


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