Hub
Pricing About
ComponentComponent

DB Full Outer Join and Merge Columns

ajc profile image
Draft Latest edits on 
Apr 24, 2022 8:27 AM
Drag & drop
Like
Use or download
This node joins two DB Data tables (using a FULL OUTER JOIN) and merges columns (using a COALSCE statement) with indentical names. Input columns with identical names should be of the identical data types, however, if different the merge will be attempted using the DB Data (left table) as the data type. Tested on H2 and Amazon Redshift Database. -------------------- Example SQL statement performed: SELECT COALESCE(left_column::data-type, right_column::data-type) AS column_name FROM left_table FULL OUTER JOIN right_table ON left_column = right_column --------------------

Component details

Input ports
  1. Type: DB Data
    DB Data (left table)
    DB Data (left table)
  2. Type: DB Data
    DB Data (right table)
    DB Data (right table)
Output ports
  1. Type: DB Data
    DB Data (merged)
    DB Data (merged)

Used extensions & nodes

Created with KNIME Analytics Platform version 4.5.2
  • Go to item
    KNIME Base nodesTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.5.2

    knime
  • Go to item
    KNIME DatabaseTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.5.2

    knime
  • Go to item
    KNIME JavasnippetTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.5.0

    knime
  • Go to item
    KNIME Quick FormsTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.5.2

    knime

This component does not have nodes, extensions, nested components and related workflows

Legal

By using or downloading the component, you agree to our terms and conditions.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits