Database Row Filter

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementDB Row Filter

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

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.