Timur Atakishiev
02/20/2020, 8:46 AMselect max(age) from users
How can I get the eldest users with exposed?spand
02/20/2020, 8:53 AMUsers
.slice(Users.age.max())
.selectAll()
.first()
.tryGet(Users.age.max())
Timur Atakishiev
02/20/2020, 8:53 AMspand
02/20/2020, 8:53 AMTimur Atakishiev
02/20/2020, 8:54 AM