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 │
└────┘
Returns the value unchanged (unary plus).
func.positive(<x>)
func.positive(-5)
┌────┐
│ -5 │
└────┘
POSITIVE(<x>)
SELECT POSITIVE(-5);
┌────┐
│ -5 │
└────┘