Forum Discussion

9427592754's avatar
9427592754
New Member
4 years ago
Solved

Query to append data from the same table in 500 Dataverse database instances

Hi all,   I realize that this may not be possible in a single query per table, but before I jump on building an expensive solution I thought of asking here first if there is an easy/smart way of do...
  • johnt75's avatar
    4 years ago

    Turn the queries you have for the different tables into functions which accept the URL as the parameter.

    Take copies, or references, to the table which holds the URLS, one copy or reference per table type. On each of these copies create a new column by calling a custom function and pass in to the function the URL column.

    Expand the resulting new column and delete any columns you don't need.