ASA SQL Reference
SQL Functions
Alphabetical list of functions
Converts a number from degrees to radians.
RADIANS ( numeric-expression )
numeric-expression A number, in degrees. This angle is converted to radians.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns a value of approximately 0.5236.
SELECT RADIANS( 30 )