mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
5 lines
158 B
MySQL
5 lines
158 B
MySQL
|
-- Tags: no-parallel
|
||
|
|
||
|
set allow_experimental_database_replicated=1;
|
||
|
create database replicated_db_no_args engine=Replicated; -- { serverError BAD_ARGUMENTS }
|