mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
4 lines
120 B
SQL
4 lines
120 B
SQL
SET allow_create_index_without_type=1;
|
|
SET create_index_ignore_unique=1;
|
|
CREATE UNIQUE INDEX idx_tab2_0 ON tab2 (col1);
|