DT
Size: a a a
DT
АК
EP
D
EP
D
AT
D
EP
EP
DT
D
select COLUMNS('.*') from system.settings s ;
AT
DT
AT
AT
DT
ЕО
CREATE TABLE restored.test_participants_answers (
`EventDate` Date,
`EventTime` DateTime,
.
.
.
`ResolutionWidth` Int16,
`ResolutionHeight` Int16
) ENGINE = ReplicatedReplacingMergeTree(
'/clickhouse/tables/{layer}-{shard}/test_participants_answers',
'{replica}',
EventDate,
(TestHash, ParticipantHash, QuestionHash),
8192,
EventTime
)
┌──EventDate─┬───────────EventTime─┬──UserId─┐AT
DT