function sin(expression)

sin() returns the sine of the expression.

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

Example Query:
    RETURN sin(0.5)