aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_round-2-2367bcc43510dedc80bdb6707e434da8
blob: 862adeae821ff7d4747ac4ed4dba60981046b289 (plain) (blame)
1
2
3
4
round(x[, d]) - round x to d decimal places
Example:
  > SELECT round(12.3456, 1) FROM src LIMIT 1;
  12.3'