Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Computes the sine of x, where x is given in radians.
SIN (x)
Float or double. NULL if x is NULL.
SELECT SIN(3.14159265359);
+----------------------------------+
| SIN(3.14159265359) |
+----------------------------------+
| -0.00000000000020682310711021444 |
+----------------------------------+