UNION

The UNION function returns a table that is the result of concatenating the rows of two or more tables.

Submitted by admin on Wed, 01/16/2019 - 18:17

INTERSECT

The INTERSECT function returns the rows that result from the intersection of two tables, keeping duplicates.

Submitted by admin on Wed, 01/16/2019 - 15:19

EXCEPT

The EXCEPT function returns rows from one table that are not found in another table.

Submitted by admin on Wed, 01/16/2019 - 14:13

SIGN

The SIGN function returns the sign of a number or the result of a calculation.

Submitted by admin on Tue, 01/15/2019 - 21:05

ISCROSSFILTERED

The ISCROSSFILTERED function returns the logical value True when the column indicated as an argument is being filtered directly or crossed by another column in the same table or in a related table.

Submitted by admin on Tue, 01/15/2019 - 20:12

ISFILTERED

The ISFILTERED function returns the logical value True when the indicated column is being filtered directly. If no filter is being applied directly or if the filter occurs because of another column in the same table or in a related table, the function returns the logical value False.

Submitted by admin on Tue, 01/15/2019 - 19:47

HASONEFILTER

The HASONEFILTER function returns the logical value True when the number of filters directly applied to the values of the indicated column is one, and returns False otherwise.

Submitted by admin on Tue, 01/15/2019 - 19:17