Returns the sine of a number, expressed in radians.
Syntax
SIN ( numeric-expression )
Parameters
Parameter
|
Description
|
numeric-expression
|
The angle, in radians.
|
Example
The following statement returns the value 0.496880:
SELECT SIN( 0.52 ) FROM iq_dummy
Standards and Compatibility