top | item 42907005

(no title)

azurezyq | 1 year ago

Window function is your friend.

Row_number() over (partition by x order by) as rank

Then: where rank = 1.

Grouping is unordered, which is a clean definition.

discuss

order

No comments yet.