Is it possible to do an INNER JOIN on two different tables from two different databases in MATLAB?

1 visualizzazione (ultimi 30 giorni)

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 19 Giu 2019
The ability to perform an INNER JOIN on two different tables across two different databases will depend on the database system and the database query language used.
If the system you are using does not support cross-database JOIN queries, you can alternatively import data from the two different databases into MATLAB as tables and then apply an INNER JOIN on those tables.

Più risposte (0)

Prodotti


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by