Converts a number from degrees to radians.
RADIANS ( numeric-expression )
numeric-expression A number, in degrees. This angle is converted to radians.
The following statement returns a value of approximately 0.5236.
SELECT RADIANS( 30 ) FROM iq_dummy