DISTINCT (column)

The DISTINCT function that receives the name of a column as an input argument returns a table with a single column containing the unique values of the original column, that is, after eliminating duplicate values.

Submitted by admin on Mon, 12/17/2018 - 15:20

IN

The IN function returns a table that represents the subset of a column made up of those rows that contain a value that belongs to a given set.

If a scalar is specified instead of a column, the function returns True if the scalar in question appears in the table of values or in the specified set of values.

Submitted by admin on Thu, 12/13/2018 - 13:10

CONTAINS

The CONTAINS function allows you to evaluate whether there are rows with a certain value or values in one or more columns of a certain table. If positive, it returns True and, otherwise, it returns False.

Submitted by admin on Tue, 12/11/2018 - 23:12

NOT

The NOT function returns the logical value True if the argument it receives is False, and vice versa.

Submitted by admin on Tue, 12/04/2018 - 12:58

ABS

The ABS function returns the absolute value of a number.

Submitted by admin on Tue, 12/04/2018 - 12:58

RADIANS

The RADIANS function converts an angle in sexagesimal degrees to its equivalent in radians.

Submitted by admin on Tue, 12/04/2018 - 12:57

ASINH

The ASINH function returns the hyperbolic arcsine of a number.

Submitted by admin on Tue, 12/04/2018 - 12:56

ACOSH

The ACOSH function returns the hyperbolic arccosine of a number.

Submitted by admin on Tue, 12/04/2018 - 12:55