DROUND
Learn how to use the DROUND math function in PlaidCloud Lakehouse. Alias for
ROUND. See ROUND - see syntax, examples, and output.Alias for ROUND. See ROUND.
Analyze Syntax
func.dround(3.14159, 2)
Analyze Examples
func.dround(3.14159, 2)
┌──────┐
│ 3.14 │
└──────┘
SQL Syntax
DROUND(<x>)
SQL Examples
SELECT DROUND(3.14159, 2);
┌──────┐
│ 3.14 │
└──────┘