Returns the argument x, converted from degrees to radians.
x
RADIANS( <x> )
SELECT RADIANS(90); ┌────────────────────┐ │ radians(90) │ ├────────────────────┤ │ 1.5707963267948966 │ └────────────────────┘