Skip to content

Returns the argument x, converted from radians to degrees, where x is given in radians.

func.degrees( <x> )
func.degrees(func.pi())
┌─────────────────────────┐
│ func.degrees(func.pi()) │
├─────────────────────────┤
180
└─────────────────────────┘
DEGREES( <x> )
SELECT DEGREES(PI());
┌───────────────┐
degrees(pi()) │
├───────────────┤
180
└───────────────┘