Github user narahari92 commented on the pull request:
https://github.com/apache/metamodel/pull/13#issuecomment-88172276
Hey, I noticed one thing just now. We can actually use subqueries in from
clause at least for JdbcDataContext. Below is the query I ran which was
successful.
Query query = dataContext.parse("SELECT password as X from (select
username,password from AMASS_USER) S");
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---