Returns the sign of a number.
SELECT Sgn(243.5) AS SgnNum; |
The Sgn()
function returns the sign of a number, with the following outcomes:
Sgn(number) |
Parameter |
Description |
number |
Specify the number for which the sign should be returned. |
WORKS IN |
From Access 2000 |