Forum Discussion

HarryT's avatar
HarryT
Helper I
6 years ago
Solved

Merge data into a table without creating a new table?

Hi there, I have a main table I pull from Redshift.  All my queries and measures and reports are from this table. I have mapping tavble I want to merge with it.  I know how to merge tables but it c...
  • Greg_Deckler's avatar
    6 years ago

    So generally you would create the query for your second table. You would disable load on this table to prevent it from creating a new table in the model. You would then add a merge step to your first query to merge it with your second query.