Last updated 4 years ago
Was this helpful?
SELECT sqrt(number1)::FLOAT AS root, log(number2) AS log FROM decimals;