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