SQRT (Lakehouse v2)
Returns the square root of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.sqrt(<x>)Analyze Examples
Section titled “Analyze Examples”func.sqrt(144)
┌──────┐│ 12.0 │└──────┘SQL Syntax
Section titled “SQL Syntax”SQRT(<x>)SQL Examples
Section titled “SQL Examples”SELECT SQRT(144);
┌──────┐│ 12.0 │└──────┘