Will ANSI JOIN vs. non-ANSI JOIN queries perform differently?

前端 未结 7 1868
我在风中等你
我在风中等你 2020-11-22 02:25

I have my business-logic in ~7000 lines of T-SQL stored procedures, and most of them has next JOIN syntax:

SELECT A.A, B.B, C.C
FROM aaa AS A, bbb AS B, ccc          


        
7条回答
提交回复
热议问题