SQL FunctionsNumeric FunctionsRADIANSOn this pageRADIANSReturns the argument x, converted from degrees to radians. Syntax RADIANS( <x> ) Examples SELECT RADIANS(90);┌────────────────────┐│ radians(90) │├────────────────────┤│ 1.5707963267948966 │└────────────────────┘