Can I use nested statements with the Database Toolbox?
Afficher commentaires plus anciens
I am trying to connect to a database and run a nested query using the Database Toolbox.
An example of the type of query I wish to run is as follows:
select x*y, y*z
from (
select x, y, z
from database
)
Is this possible?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Database Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!