Github user narahari92 commented on the pull request:
https://github.com/apache/metamodel/pull/13#issuecomment-88341746
We can also use subqueries in where clause. I successfully executed below
query.
Query query = context.parseQuery("select username from AMASS_USER where
password in (select password from AMASS_USER where enabled=1)");
Considering all the places where we can have alias name for columns
wouldn't it be better to have the getAllSelectItems() method. Or shall I still
remove the method and use only items from select clause.
---
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.
---