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

SIN



Returns the sine of x, where x is given in radians.

Syntax

SIN( <x> )

Examples

SELECT SIN(90); ┌────────────────────┐ │ sin(90) │ ├────────────────────┤ │ 0.8939966636005579 │ └────────────────────┘

Was this page helpful?