This commit is contained in:
Nikita Taranov 2024-06-12 18:41:46 +01:00
parent d8366119c4
commit 35252c4eda

View File

@ -1,3 +1,5 @@
-- Tags: no-parallel
DROP DATABASE IF EXISTS 03147_db;
CREATE DATABASE IF NOT EXISTS 03147_db;
CREATE TABLE 03147_db.t (n Int8) ENGINE=MergeTree ORDER BY n;