Live data from Hacker News

Viewing profile — kinetica_engr

kinetica_engr

HN member
Joined
Thu, Jan 07, 2021, 3:32 PM UTC
HN karma
2
Public activity
1 items

About kinetica_engr

No profile information was provided.

Recent public activity

  1. comment
    Comment #25672188

    With Kinetica you can use the 'arg_max' aggregate function select department, max(gross_salary), arg_max(gross_salary, first_name) from salary group by department https://www.kinet…