function tan(expression)

tan() returns the tangent of the expression.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN tan(0.5)