Values clause support in HQL/Criteria #7067
beikov
started this conversation in
Design Proposals
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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