Icon

Public

This directory contains 394 workflows.

Iconkn_​example_​db_​h2_​primary_​key 

Example of H2 database - handling of database structure and use of Primary Keys - insert only new lines by ID

Iconkn_​example_​db_​h2_​update_​in_​databse 

H2 do an UPDATE on the server using a VIEW of the existing and the new data

Iconkn_​example_​db_​loop_​multiple_​tables 

Identify tables in you database(s) and loop over them and store the data in a CSV file

Iconkn_​example_​db_​mysql 

create table in MySQL

Iconkn_​example_​db_​mysql_​where_​clause 

create table in MySQL and create a dynamic WHERE clause with integers and strings

Iconkn_​example_​db_​paradox_​corel 

Load a Borland/Corel Paradox SQL database into KNIME with a JDBC driver

Iconkn_​example_​db_​sqlite_​python_​sql 

KNIME, Python and SQL with local SQLite database Some examples how to interact with a (local) SQLite database with SQL commands via Python (Jupyter […]

Iconkn_​example_​db_​sqlite_​right_​joiner_​loop 

I built a workflow that does that also to play around with SQLite and to see what it could do. I have two databases that both have two tables named […]

Iconkn_​example_​db_​sqlite_​switch_​query 

DB SQLite - switch datase source based on a case when selection

Iconkn_​example_​db_​sqlite_​timestamp 

Play around with SQLite and Date and Time functions