mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
145 B
SQL
6 lines
145 B
SQL
-- Tags: no-ordinary-database, no-parallel
|
|
|
|
create database if not exists test_00604;
|
|
show create database test_00604;
|
|
drop database test_00604;
|