Can I use nested statements with the Database Toolbox?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!