/
dropSingleValueColumns
dropSingleValueColumns
[ 1 Operator Usage in Easy Mode ] [ 2 Usage Details ]
Drop columns from a table if the columns have only one distinct value.
Operator Usage in Easy Mode
Click + on the parent node.
Enter Drop Single Value Columns operator in the search field and select the operator from the Results to open the operator form.
In the Table drop-down, enter or select the table to apply the operator on.
Click Run to view the result.
Click Save to add the operator to the playbook.
Click Cancel to discard the operator form.
Usage Details
LQL Command
dropSingleValueColumns(table)
Input
table
: Table with the single distinct value columns.
Output
Table with the single distinct value columns dropped.
, multiple selections available,
Related content
dropColumns
dropColumns
More like this
selectivelyDeleteFromList
selectivelyDeleteFromList
More like this
ensureTableHasColumns
ensureTableHasColumns
More like this
select
select
More like this