SQUARE
Returns the square of a number.
Analyze Syntax
func.square(<x>)
Analyze Examples
func.square(7)
┌────┐
│ 49 │
└────┘
SQL Syntax
SQUARE(<x>)
SQL Examples
SELECT SQUARE(7);
┌────┐
│ 49 │
└────┘
Returns the square of a number.
func.square(<x>)
func.square(7)
┌────┐
│ 49 │
└────┘
SQUARE(<x>)
SELECT SQUARE(7);
┌────┐
│ 49 │
└────┘