Back to Playground Home

Round down double and float fields to the nearest integer

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