SQL Function Reference

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