TAN Function

The TAN function returns the value of the tangent of its radian expression argument.

This example returns the tangent of the values in the radians column of the anglestbl table:
SELECT TAN(radians) FROM anglestbl;