mirror of
https://github.com/20kaushik02/real-time-traffic-analysis-clickhouse.git
synced 2025-12-06 12:54:07 +00:00
4 lines
118 B
SQL
4 lines
118 B
SQL
CREATE TABLE traffic_records_all
|
|
AS traffic_records
|
|
ENGINE = Distributed ('{cluster}', 'default', 'traffic_records');
|