Converts the size of the angle from degrees to radians.
degrees(numeric)
select degrees(45)
----------- 2578
degrees, a mathematical function, converts radians to degrees. Results are of the same type as the numeric expression.
For numeric and decimal expressions, the results have an internal precision of 77 and a scale equal to that of the expression.
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute degrees.