Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Returns the arc sine of x in radians, or NULL if x is not in the range [-1, 1].
ASIN (x)
Float or double. NULL if x is NULL or invalid.
SELECT ASIN(1);
+--------------------+
| ASIN(1) |
+--------------------+
| 1.5707963267948966 |
+--------------------+