This node runs SQL commands e.g. INSERT, UPDATE, DELETE in the connected database using the values given by the KNIME input table. The values of the selected columns are used in the command resulting in each row of the KNIME input table creating its own command that is send to the database with the corresponding values for execution.
- Type: TableData to use during database statement execution.KNIME data table with the data rows to be used during statement execution.
- Type: DB SessionDB ConnectionDB Connection to the database.