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