1
我使用SQL Server 2012, 我有如下表:
id, name, surname, timestamp, type
查找一行最大值兩組
type
有兩個可能的值:1
和2
。
現在,我想找到兩行 - 對於每個組(1
和2
)行具有最大值,特別是type
。我想找到name
和surname
。 我可以用SELECT TOP 1 - WHERE ORDER BY - UNION
的方法做到這一點,但我想找到antother,更好的主意。 你能幫我嗎?
你可以給一些樣本數據和所需的輸出?將會更容易給出更準確的答案。 – Leonidas199x
變異https://stackoverflow.com/questions/19432913/select-info-from-table-where-row-has-max-date/19433107#19433107我相信 – Twelfth