mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
4 lines
98 B
SQL
4 lines
98 B
SQL
create database if not exists test_01470;
|
|
show databases like '%01470';
|
|
drop database test_01470;
|