Transfer data of 3 tables to the final 4th table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 05:51 AM
Hi Community,
I have 3 custom tables which contains data from external sources. I have 4th table as the final table which contains same fields as these 3 tables.
I want to transfer the data of these 3 tables into the 4th final table. Whenever data is pulled from external sources into these 3 tables. It should update the 4th table as well with the same data.
How to transfer data of these 3 tables into the 4th table. Also we have some primary keys (Coalesce fields) based on which data is pulled into these 3 tables.
Please help me how to transfer data of these 3 tables into the final 4th table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 06:14 AM
How are you pulling the data into these 3 tables from external sources?