Use RADIANS : RADIANS « Math « SQL / MySQL






Use RADIANS

/*
mysql> select RADIANS(0.5);
+--------------------+
| RADIANS(0.5)       |
+--------------------+
| 0.0087266462599716 |
+--------------------+
1 row in set (0.00 sec)


*/  
select RADIANS(0.5);
           
       








Related examples in the same category