MySQL Function Reference

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