📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

RADIANS



Returns the argument x, converted from degrees to radians.

Syntax

RADIANS( <x> )

Examples

SELECT RADIANS(90); ┌────────────────────┐ │ radians(90) │ ├────────────────────┤ │ 1.5707963267948966 │ └────────────────────┘

Was this page helpful?