1
0
mirror of https://github.com/uptrace/go-clickhouse.git synced 2025-07-05 00:28:55 +02:00
Files
go-clickhouse/ch/testdata/snapshots/TestQuery-13

2 lines
199 B
Plaintext
Raw Permalink Normal View History

CREATE MATERIALIZED VIEW IF NOT EXISTS "view_name" TO "dest_table" AS SELECT "col1", col1 AS alias FROM src_table AS alias WHERE (foo = bar) GROUP BY "group1", group2, group3 ORDER BY order2, order3