This commit is contained in:
Nikita Taranov 2024-05-15 17:13:32 +01:00
parent 30bee3324c
commit af84e3e1a9
2 changed files with 0 additions and 3 deletions

View File

@ -9,5 +9,3 @@ CREATE MATERIALIZED VIEW mv_table (str String) ENGINE = ReplicatedMergeTree('/cl
INSERT INTO null_table VALUES ('test');
SELECT * FROM mv_table;
SELECT * FROM merge('xxx', '^.inner_id.*');