ClickHouse/tests/queries/0_stateless/00604_show_create_database.sql

6 lines
145 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: no-ordinary-database, no-parallel
2019-06-07 15:41:24 +00:00
create database if not exists test_00604;
show create database test_00604;
drop database test_00604;