Loading lesson path
Concept visual
Start at both ends
Convert a degree value into radians:
SELECT RADIANS(180);The RADIANS() function converts a degree value into radians.
number )
Required. A number in degrees
SQL Server (starting with 2008), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
Convert a degree value into radians:
SELECT RADIANS(-45);❮ SQL Server Functions