. ABS Returns the absolute value of a number
. ACOS Returns the arc cosine of a number
. ASINReturns the arc sine of a number
. ATAN Returns the arc tangent of a number
. ATN2Returns the arc tangent of two numbers
. AVGReturns the average value of an expression
. CEILINGReturns the smallest integer value that is >= a number
. COUNT Returns the number of records returned by a select query
. COS Returns the cosine of a number
. COTReturns the cotangent of a number
. LOG10Returns the natural logarithm of a number to base 10
. MAXReturns the maximum value in a set of values
. MIN Returns the minimum value in a set of values
. PIReturns the value of PI
. POWER Returns the value of a number raised to the power of another number
. SQRT Returns the square root of a number
. SUMCalculates the sum of a set of values
Return the tangent of a number:
SELECT TAN(1.75);