Use SIN : SIN « Math « SQL / MySQL






Use SIN

/*
mysql> select SIN( 0.3);
+------------------+
| SIN( 0.3)        |
+------------------+
| 0.29552020666134 |
+------------------+
1 row in set (0.00 sec)


*/  
select SIN( 0.3);
           
       








Related examples in the same category

1.Do math sin