DROUND (Lakehouse v2)
Alias for ROUND. See ROUND.
Analyze Syntax
Section titled “Analyze Syntax”func.dround(3.14159, 2)Analyze Examples
Section titled “Analyze Examples”func.dround(3.14159, 2)
┌──────┐│ 3.14 │└──────┘SQL Syntax
Section titled “SQL Syntax”DROUND(<x>)SQL Examples
Section titled “SQL Examples”SELECT DROUND(3.14159, 2);
┌──────┐│ 3.14 │└──────┘