question

michael.smith avatar image
1 Like"
michael.smith asked Joerg Vogel commented

Calculated Tables Append Multiple Tables into one?

Is it possible to append multiple tables (various feed tables) into a single table using either Calculated Tables or the SQL Available?

sqltablescalculated table
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Ralf Gruber avatar image
3 Likes"
Ralf Gruber answered

Michael,

you can select columns from multiple tables to combine into one with this syntax:

Table.query("SELECT tablename1.[columnname], tablename2.[columname]..."

Best wishes

Ralf

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.