Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
asin
functionApplies to: Databricks SQL Databricks Runtime
Returns the inverse sine (arcsine) of expr
.
asin(expr)
expr
: An expression that evaluates to a numeric.A DOUBLE.
If the argument is out of bound, NaN
.
> SELECT asin(0);
0.0
> SELECT asin(2);
NaN
Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register today