ClickHouse/tests/queries/0_stateless/01552_alter_name_collision.sql
2020-11-02 21:37:23 +03:00

4 lines
130 B
SQL

DROP TABLE IF EXISTS test;
CREATE TABLE test(test String DEFAULT 'test', test_tmp Int DEFAULT 1)ENGINE = Memory;
DROP TABLE test;