Table Contains Values
Returns a copy of the specified Table with a new boolean column containing a value of true for each row where the value in the Comparison Column is contained in the one and only column of the Comparison Table.
This function has the following arguments:
Table: Table to be supplemented with the new boolean-valued column of comparison results.
Comparison Column Name: Name of the column in
Table whose values are searched for in
Comparison Table Result Column Name: Name of the boolean result column to add to
Table. If no name is specified, the column is named
Result.
Comparison Table: Single-column table in which to look for values from
Comparison Column of
Table This function returns a table.