Forum Discussion

rollingzep's avatar
rollingzep
Regular Visitor
3 years ago

append two columns from the same table

Hi,

 

On my table, TBL1, I have two fields, ISIP_ID and ISIN_ID. I need to combine them into a single column CUSIP_ID while eliminating the duplicates and blanks. If I add a new column, how do I do the append?

 

TIA

5 Replies

  • Syk's avatar
    Syk
    Resident Rockstar

    Select the 2 columns you'd like to combine > right click one of them > Merge columns

     

    • Syk's avatar
      Syk
      Resident Rockstar

      A quick note.. If you want to keep your original 2 columns, navigate to the Add Column tab > Select columns > Merge Columns in the ribbon

       

      • rollingzep's avatar
        rollingzep
        Regular Visitor

        I don't want to merge, I need to append. I do not need something like lastname, firstname. I need it as one below the other. I need col B values below col A.