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

1 visualización (últimos 30 días)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 19 de Jun. de 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.

Más respuestas (0)

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by