Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent 3b70a8e commit b97fb88
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC')
GROUP BY value
ORDER BY count DESC, value DESC
LIMIT 25
LIMIT 26
OFFSET 0
'
---
Expand Down Expand Up @@ -398,7 +398,7 @@
AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC')
GROUP BY value
ORDER BY count DESC, value DESC
LIMIT 25
LIMIT 26
OFFSET 0
'
---
Expand Down Expand Up @@ -511,7 +511,7 @@
AND toTimeZone(timestamp, 'UTC') <= toDateTime('2012-01-15 23:59:59', 'UTC')
GROUP BY value
ORDER BY count DESC, value DESC
LIMIT 25
LIMIT 26
OFFSET 0
'
---
Expand Down

0 comments on commit b97fb88

Please sign in to comment.