aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_round-1-2367bcc43510dedc80bdb6707e434da8
blob: c0d5b480e97518b420f6d0d52209a3ea4fad4658 (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'