Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6322859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:24:37+00:00 2026-05-24T16:24:37+00:00

I have a Merge Join Transform that is doing a Left Outer Join. Can

  • 0

I have a Merge Join Transform that is doing a Left Outer Join. Can anyone show me the pseudo code for this transform? I think I understand the output, but I’m curious to know the logic that is used to produce it.

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:24:39+00:00Added an answer on May 24, 2026 at 4:24 pm

    The merge join works follows by traversing all the records in two sorted lists. The merge matches the records where it can, but always returns the records from the left list, even without a corresponding record in the right list. As the records are sorted in both lists, the process knows that it can discard the possibility of any matches further down the list;

    Get first record from leftList
    Get first record from rightList
    
    While not at the end of either list
    begin
        if leftList key matches right list key
        begin 
            return (leftList and rightList row)
            move to next rightList row
        end
        else if no previous match found on leftList
        begin
            return (leftList)
            move to next leftList row
        end
        else 
            move to next leftList row
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have huge number of Word files I need to merge (join) into one
CVS and Subversion both have a handy merge feature so that when you update
I have two STL containers that I want to merge, removing any elements that
Simple idea: I have two images that I want to merge, one is 500x500
I have a very simple mail merge that is connected to an SQL server
I have two large MySQL databases with identical schemas that I want to merge.
Is there some way to have the Mail Merge capability in my application? Maybe
I have use IlMerge to merge all the dlls of my projects in one
I have written a C# Windows Forms application to merge the files and folders
I have two unix partitions under debian which I would like to merge (disk

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.