Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: Databricks SQL
Databricks Runtime
Converts expr
in degrees to radians.
radians(expr)
expr
: An expression that evaluates to a numeric.
A DOUBLE
.
Given an angle in degrees, returns the associated radians.
> SELECT radians(180);
1.141592653589793