Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Deleting multiple columns in Multiple queries at a time

Hey,   I want to dlete same columns in each quers, so I cant go to each query and select the columns and delete as the columns which need to be deleted are same. Can any one help me in sorting this...
  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    4 years ago

    Just import your data and let's say this is Query1.

    Now right click on Query1 and Reference - This will create a reference query based on Query1. You can do whatever transformations you are doing.

    Create n number of queries based on Query1 and do your transformations.

    Then whatever you delete in Query1 will be reflected in all reference queries 

    Hence, if you have a single data source, just make one query and make references to this in all other queries. 

    If your data sources are different, then you will have to delete column indiviually.