Query a table using the result of previous query
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I have multiple complex queries to do and in order to not get lost I would like to chain simple queries one after the other. For instance, I have a first big query A which gives me a nice table as result that I store in ResultA,I would like then to run my second query B on the stored variable ResultA that I could have in a separate script to gain more visibility. I really found no information on querying database from stored variables/tables (except for "Where queries") or how to chain them.
Hope I managed to explain it not too badly. Please let me know if you need any details. Thanks in advance for your help and support. Regards, Marc.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!