POSITIVE

Learn how to use the POSITIVE math function in PlaidCloud Lakehouse. Returns the value unchanged (unary plus) - see syntax, examples, and output.

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