mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
4 lines
98 B
MySQL
4 lines
98 B
MySQL
|
create database if not exists test_01470;
|
||
|
show databases like '%01470';
|
||
|
drop database test_01470;
|