POSITIVE

Returns the value unchanged (unary plus).

Analyze Syntax

func.positive(<x>)

Analyze Examples

func.positive(-5)

┌────┐
 -5  
└────┘

SQL Syntax

POSITIVE(<x>)

SQL Examples

SELECT POSITIVE(-5);

┌────┐
 -5  
└────┘