ClickHouse/tests/queries/0_stateless/01470_show_databases_like.sql

6 lines
120 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: no-parallel
2020-09-07 02:54:59 +00:00
create database if not exists test_01470;
show databases like '%01470';
drop database test_01470;