Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'group by having' expression #29

Open
wshager opened this issue Jun 5, 2013 · 0 comments
Open

Add 'group by having' expression #29

wshager opened this issue Jun 5, 2013 · 0 comments

Comments

@wshager
Copy link
Contributor

wshager commented Jun 5, 2013

RQL lacks an option to group by a certain scalar expression:
books:
[{
title:'foo',
date:'2013-01-01',
publisher:'jb'
},etc.]

e.g:
groupby(publisher,max(date))

It's like aggregate, only returns a new list. But perhaps there's another way to write this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant