Views:

Description

It returns one of three values: -1, 0 or 1. It returns -1 when the numeric value is negative; it returns 0 if the numeric value is zero; and it returns 1 if the numeric value is positive.

Signature

Sign('value')

Example

Sign(44) Returns 1

Parameters

Name Type Description Required
value xxxx xxxx xxxx