SQL Function Reference

SIN
Returns the sine of an angle given in radians
MySQL
SIN(angle)
angle
Angle specified in radians
Examples
MySQL
SELECT SIN(PI()/2);