func.trunc

The PostgreSQL TRUNC() function returns a number truncated to a whole number or truncated to the specified decimal places

Syntax

func.trunc(float) 
func.trunc(v float, s int)

Examples

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