blob: 862adeae821ff7d4747ac4ed4dba60981046b289 [file] [log] [blame]
round(x[, d]) - round x to d decimal places
Example:
> SELECT round(12.3456, 1) FROM src LIMIT 1;
12.3'