Date histogram: Add missing GROUP BY column
This commit is contained in:
parent
eb4a49ec92
commit
7c5b7641d8
@ -56,7 +56,7 @@ __wd_buckets AS
|
||||
${ctx.query}
|
||||
) __source, __wd_tz
|
||||
${condition_str}
|
||||
GROUP BY timestamp
|
||||
GROUP BY timestamp, __wd_tz.name
|
||||
),`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user