Syntax:TAN(X)Returns the tangent of X, where X is given in radians.
mysql> SELECT TAN(PI()); -> -1.2246063538224e-16mysql> SELECT TAN(PI()+1); -> 1.5574077246549