ClickHouse/tests/queries/0_stateless/01552_alter_name_collision.sql

4 lines
130 B
MySQL
Raw Normal View History

2020-11-02 18:37:23 +00:00
DROP TABLE IF EXISTS test;
CREATE TABLE test(test String DEFAULT 'test', test_tmp Int DEFAULT 1)ENGINE = Memory;
DROP TABLE test;