板车
How do I group by min value in one field of table, keeping all the values from that same row?
I have a table like this: Field1 | Field2 | Field3 1| 1| 22 1| 2| 10 2| 5| 40 2| 2| 55 I want to group by Field1, and then take the values from the rest of the row with the minimal Field2, eg:[详细]
2022-12-18 08:38 分类:问答