DEGREESOn this pageSyntaxArgumentsReturn TypeExamples Converts x from radians to degrees. Syntax SQLCopyDEGREES (x) Arguments x: the argument in radians Return Type Float or double. Examples SQLPlaygroundCopySELECT DEGREES(PI() / 2);+-------------------+ | DEGREES(PI() / 2) | +-------------------+ | 90 | +-------------------+ Last modified: February 24, 2023