We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9456378 + d4095be commit 25e0248Copy full SHA for 25e0248
src/services/query.py
@@ -18,7 +18,7 @@ class QueryCH:
18
WHERE cell_index = {cell_index:Int32}
19
AND toUnixTimestamp(window_start_time) >= {start_time:Int64}
20
AND toUnixTimestamp(window_end_time) <= {end_time:Int64}
21
- ORDER BY window_start_time DESC
+ ORDER BY window_end_time DESC
22
LIMIT {limit:Int32}
23
OFFSET {offset:Int32}
24
"""
0 commit comments