mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +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;
|