By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| number |
|---|
| 1.8181818181818183 |
SELECT 1
ERROR: function round(double precision, integer) does not exist LINE 1: select round(6::float/3.3,4) as number; ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
| number_type |
|---|
| double precision |
SELECT 1
| number |
|---|
| 1.8182 |
SELECT 1