Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
degrees
Applies to: Databricks SQL Databricks Runtime
Converts radians to degrees.
degrees(expr)
expr: An expression that evaluates to a numeric.
expr
A DOUBLE.
Given an angle in radians, this function returns the associated degrees.
> SELECT degrees(3.141592653589793); 180.0
radians function