l
Size: a a a
l
AS
RA
AA
l
l
CREATE TABLE db.target_table
ENGINE = MergeTree()
PARTITION BY toYYYYMM(dt)
ORDER BY (date, num, orig, dest) AS
with table_2 as (select * from db.first_table)
SELECT *
from table_2
AA
l
AA
RA
CREATE TABLE db.target_table
ENGINE = MergeTree()
PARTITION BY toYYYYMM(dt)
ORDER BY (date, num, orig, dest) AS
with table_2 as (select * from db.first_table)
SELECT *
from table_2
table_2
l
VR
l
table_2
Е~
l
D
table_2
CREATE TABLE default.ctastest
ENGINE = MergeTree()
ORDER BY tuple() AS
with table_2 as (select * from system.settings s limit 10)
SELECT *
from table_2;
DN
RA
D
D