Select column using Aggregates without group by in SQL

前端 未结 0 1449
北恋
北恋 2021-01-24 03:15

I want to select the minor date by id from a table and also another column without using group by like:

Select id, min(idDate), price from table group by id


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