Collection Contents Previous Next PDF

ASA SQL Reference

SQL Functions

Alphabetical list of functions

DEGREES function [Numeric]


Function 

Converts a number from radians to degrees.

Syntax 

DEGREES ( numeric-expression )

Parameters 

numeric-expression    An angle in radians.

Standards and compatibility 
Example 

The following statement returns the value 29.793805.

SELECT DEGREES( 0.52 )

Collection Contents Previous Next PDF