trinodb/trino
Document `truncate(number, position)` function
Geschlossen
#28.765 geöffnet am 19.03.2026
good first issueneeds-docs
Repository-Metriken
- Stars
- (9.113 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
https://trino.io/docs/current/functions/math.html#truncate documents only truncate(number)
truncate(number, position) is currently not documented.
It's supported for decimal and number types.
see round docs https://trino.io/docs/current/functions/math.html#round for example
cc @mosabua