Can I use nested statements with the Database Toolbox?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!