You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-05 00:28:55 +02:00
2 lines
95 B
Plaintext
2 lines
95 B
Plaintext
![]() |
CREATE VIEW "view_name"TO "dest_table" AS SELECT "col1", col1 AS alias FROM src_table AS alias
|