Values clause support in HQL/Criteria #7067
beikov
started this conversation in
Design Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we only support the VALUES clause in insert statements, but it might be nice to support this anywhere in HQL where a subquery from clause item is allowed. Use cases range from emulating
generate_series
up to some reporting where people want to join fixed values like e.g. time periods against aggregated data. I propose the following syntax:Beta Was this translation helpful? Give feedback.
All reactions