Contents Index QUARTER function [Date and time] RAND function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

RADIANS function [Numeric]


Function 
Syntax 

RADIANS ( numeric-expression )

Parameters 

numeric-expression    A number, in degrees. This angle is converted to radians.

Standards and compatibility 
Example 

The following statement returns a value of approximately 0.5236.

SELECT RADIANS( 30 )

Contents Index QUARTER function [Date and time] RAND function [Numeric]