SQL FunctionsNumeric FunctionsDEGREESOn this pageDEGREESReturns the argument x, converted from radians to degrees, where x is given in radians. Syntax DEGREES( <x> ) Examples SELECT DEGREES(PI());┌───────────────┐│ degrees(pi()) │├───────────────┤│ 180 │└───────────────┘