MySQL Function Reference

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