NEGATIVE
Returns the negation of a number.
Analyze Syntax
func.negative(<x>)
Analyze Examples
func.negative(5)
┌────┐
│ -5 │
└────┘
SQL Syntax
NEGATIVE(<x>)
SQL Examples
SELECT NEGATIVE(5);
┌────┐
│ -5 │
└────┘
Returns the negation of a number.
func.negative(<x>)
func.negative(5)
┌────┐
│ -5 │
└────┘
NEGATIVE(<x>)
SELECT NEGATIVE(5);
┌────┐
│ -5 │
└────┘