Icon

Fetch_​Data_​from_​Database

Fetch Data from Database
Fetch Data From DatabaseThis example workflow shows how to retrieve data from SQLite database. Specifically, it shows howto select columns from a table and get records matching a specific condition. NOTE: Only the records satisfying the combined query conditions are retrieved from the databaseand they are retrieved only once by the DB Reader Node at the end of the workflow. genes.sqliteselect * from human_genesexclude columns Transcript stable ID &Protein stable IDfilter for Chromosome = 21ANDGene type = "protein_coding"get query results as a KNIME table SQLite Connector DB Table Selector DB Column Filter DB Row Filter DB Reader Fetch Data From DatabaseThis example workflow shows how to retrieve data from SQLite database. Specifically, it shows howto select columns from a table and get records matching a specific condition. NOTE: Only the records satisfying the combined query conditions are retrieved from the databaseand they are retrieved only once by the DB Reader Node at the end of the workflow. genes.sqliteselect * from human_genesexclude columns Transcript stable ID &Protein stable IDfilter for Chromosome = 21ANDGene type = "protein_coding"get query results as a KNIME table SQLite Connector DB Table Selector DB Column Filter DB Row Filter DB Reader

Nodes

Extensions

Links