 
 
 ![SIMILAR function [String]](gif/backward.gif) 
 ![SORTKEY function [String]](gif/forward.gif) 
 ASA SQL Reference
  SQL Functions
    Alphabetical list of functions
Returns the sine of a number.
SIN ( numeric-expression )
numeric-expression The angle, in radians.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 0.496880.
SELECT SIN( 0.52 )
 
 
 ![SIMILAR function [String]](gif/backward.gif) 
 ![SORTKEY function [String]](gif/forward.gif)