MySQL group by only for 1 column in query

后端 未结 0 1586
一整个雨季
一整个雨季 2020-11-21 23:31

I have a query which looks like this. The problem is that the entire query is grouped which is not desired.

select `col_1`, `col_2`, `col_3`
from `mytable` 
         


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