Back to Playground Home

Find the maximum value of numeric fields

select max(int_field), max(long_field), max(float_field), max(double_field)
FROM users