This node runs SQL queries in the connected database restricted by the possible values given by the input table. It restricts each SQL query so that only rows that match the possible values from the input table are retrieved whereas the number of values per query can be defined. This node is usually used to execute IN queries e.g. SELECT * FROM table WHERE Col1 IN ($Col1_values$) where #Col1_values# will be replaced by a comma separated list of values from the input table.
- Type: TableData table with possible valuesKNIME data table with possible values used to constrain the database SQL query.
- Type: DB DataDB DataDB Data that will be used during query execution.