BB
Size: a a a
BB
v
D
IK
20.1.2.4
? есть например 20.1.16.120 ?%27
<Fatal> : Logical error: 'There is no checkpoint'.
2) кавычки нужны, без них ошибкаCode: 62. DB::Exception: Syntax error: failed at position 87: CSV, format_custom_field_delimiter = '^'. Expected one of: NULL, number, string literal, literal
BB
BB
D
BB
D
BB
d
KD
SC
SELECT
count(*) AS cnt,
toStartOfInterval(time, toIntervalMonth(1)) AS period
FROM metrics
WHERE (toDateTime(time) >= '2020-09-01 00:00:00') AND (toDateTime(time) <= '2021-02-31 23:59:59') AND (event = 'radio_play')
GROUP BY period
ORDER BY period ASC WITH FILL FROM toDateTime('2020-09-01 00:00:00') TO toDateTime('2021-02-31 23:59:59') STEP 2592000
┌──cnt─┬─────period─┐
│ 1543 │ 2020-12-01 │
│ 3094 │ 2021-01-01 │
└──────┴────────────┘
┌─cnt─┬─────period─┐
│ 0 │ 2040-08-29 │
│ 0 │ 2106-02-07 │
│ 0 │ 2058-11-19 │
│ 0 │ 1978-04-13 │
│ 0 │ 2077-02-08 │
│ 0 │ 1996-07-03 │
│ 0 │ 2095-05-01 │
└─────┴────────────┘
D
KD
D
KD
d
d
D