RADIANSOn this pageSyntaxArgumentsReturn TypeExamples Converts x from degrees to radians. Syntax SQLCopyRADIANS (x) Arguments x: the argument in degrees Return Type Float or double. Examples SQLPlaygroundCopySELECT RADIANS(180);+-------------------+ | RADIANS(180) | +-------------------+ | 3.141592653589793 | +-------------------+ Last modified: February 24, 2023