In SQL, is it true that the shorter the query, the faster it run

后端 未结 0 1252
忘了有多久
忘了有多久 2020-12-11 10:35

I\'m very curious to know because when I run these two query in MySQL the shorter run faster

SELECT FirstName, LastName, City, State 
FROM Person
LEFT JOIN Ad         


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