Can a table saved in Local Storage be joined with a table in another database platform to query data?
说明
If data is saved to Local Storage, can it then be used to query against other data in another database platform (like Oracle, Teradata, or SQL database) to get other information?
解决办法
Data in Local Storage can be used to query against data from another database platform. The Cross Connection query feature will need to be used to run the query. This allows you to run a query joining data from different database platforms. The Query Builder and Editor both have a Cross Connection query version to them.