DSQRT
Learn how to use the DSQRT math function in PlaidCloud Lakehouse. Alias for
SQRT. See SQRT - see syntax, examples, and output.Alias for SQRT. See SQRT.
Analyze Syntax
func.dsqrt(144)
Analyze Examples
func.dsqrt(144)
┌──────┐
│ 12.0 │
└──────┘
SQL Syntax
DSQRT(<x>)
SQL Examples
SELECT DSQRT(144);
┌──────┐
│ 12.0 │
└──────┘