Back to Playground Home

Compute the quotient of two values

SELECT DIV(int_field, double_field) AS value
FROM users
ORDER BY value DESC