Converts a number from radians to degrees.
Syntax
DEGREES ( numeric-expression )
Parameters
ParametersParameter
|
Description
|
numeric-expression
|
An angle in radians.
|
Returns
Returns the degrees of the angle given by numeric-expression.
DOUBLE
Example
The following statement returns the value 29.793805:
SELECT DEGREES( 0.52 ) FROM iq_dummy
Standards and Compatibility