mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
120 B
SQL
6 lines
120 B
SQL
-- Tags: no-parallel
|
|
|
|
create database if not exists test_01470;
|
|
show databases like '%01470';
|
|
drop database test_01470;
|