Contents Index SIMILAR function [String] SORTKEY function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

SIN function [Numeric]


Function 
Syntax 

SIN ( numeric-expression )

Parameters 

numeric-expression    The angle, in radians.

Standards and compatibility 
See also 

ASIN function [Numeric]

COS function [Numeric]

COT function [Numeric]

TAN function [Numeric]

Example 

The following statement returns the value 0.496880.

SELECT SIN( 0.52 )

Contents Index SIMILAR function [String] SORTKEY function [String]