SQL GROUP BY taking too long for multiple columns

前端 未结 0 865
谎友^
谎友^ 2020-12-29 04:38

It takes a reasonable amount of time to run the following query and get the results:

SELECT {col1} COUNT(col3) FROM {table1} GROUP BY {col1} LIMIT 100
         


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