DEGREES function (ODBC compatible)
Syntax
DEGREES ( expression )
Description
The scalar function DEGREES returns the number of degrees in an angle specified in radians by expression.
Example
SELECT DEGREES(3.14159265359) 'Degrees in pi Radians'
FROM ADMIN.SYSCALCTABLE;
Notes