Back to Playground Home

Round up double and float fields to the nearest integer

SELECT double_field, ceil(double_field), float_field, ceil(float_field)
FROM users