Skip to content
Snippets Groups Projects
Commit 72e5e42a authored by Goik Martin's avatar Goik Martin
Browse files

collection of HQL

parent ddb3e189
No related branches found
No related tags found
No related merge requests found
select u.uid From User u where 'goik@hdm-stuttgart.de' in elements(u.emails);
select u.uid From User u where 2 > size(elements(u.emails))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment