Database Row Filter

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

This node is part of the deprecated database framework. For more information on how to migrate to the new database framework see the migration section of the database documentation.

This node allows rows to be filtered from the input database table while the SQL result will only contain the remaining rows. Within the dialog, an SQL WHERE clause is interactively created by selecting a column, an operator, and a filter value.

Options

Column
Contains the columns available in the input table.
Operator
With the WHERE clause, the following operators can be used: =, <>, !=, >, <, >=, <=, BETWEEN, LIKE, IN
Value
Enter the specific value to filter on. Quotes ('') need to be added when filtering string columns. A "%" sign can be used to define wildcard pattern.

Input Ports

Icon
Table in database to apply row filter

Output Ports

Icon
Table in the database with filtered rows

Popular Predecessors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.