Is it possible to append multiple tables (various feed tables) into a single table using either Calculated Tables or the SQL Available?
Is it possible to append multiple tables (various feed tables) into a single table using either Calculated Tables or the SQL Available?
I think you probably doesn't mean the SELECT FROM clause where you can create a really large table for a SQL query.
I was looking to Select from multiple tables, couldn't see that as a method but I might have missed it
From the Developer and Advanced User Reference:
a standard construct is FROM
This means you can combine multiple tables in your query, if you seperate them by commata after the construct word FROM.
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
7 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved