TRUNCATE(x,y)
This function truncates a number to the specified number of decimal places.
Example:
TRUNCATE(138.375, 2) = 138.37
Was this article helpful?
This function truncates a number to the specified number of decimal places.
Example:
TRUNCATE(138.375, 2) = 138.37