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  
└────┘