Forum Discussion

chris-thompson's avatar
4 years ago
Solved

How to Append Tables Based on a Condition

Hi there:   I have 2 tables containing participants for multiple events that we have hosted.  One table contains specific session by session attendance by individual ONLY for events that have multi...
  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    4 years ago

    I have performed one Right Anti join. This join removed the matching rows from second table.

    Removed all columns and expanded the table.

    Now, I have a table which is having common rows removed from second table.

    Appended this result to Output of Changed Type which was our original table.

    Replace null in Session with Single-session.