func.round

The PostgreSQL ROUND() function rounds a numeric value to its nearest integer or a number with the number of decimal places

Syntax

func.round(numeric)
func.round(v numeric, s int)

Examples

Documentation for func.round is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)