Need the ability to use flare.query.Fn in groupby
select({day:fn('day', 'datetime')},{'hour':fn('hour', 'datetime')}, {count:count('*')}) .groupby({day:fn('day', 'datetime')}, {'hour':fn('hour', 'datetime')})
Log in to post a comment.