TRUNC Function Examples | VantageCloud Lake - Examples: Query Returns for SELECT TRUNC - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The following query returns the result 32.4500.

SELECT TRUNC(32.4567, 2);

The following query returns the result 30.0000.

SELECT TRUNC(32.4567, -1);