mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
test
This commit is contained in:
parent
a8e62788cd
commit
54e7115ead
@ -15,6 +15,7 @@ DROP DATABASE testlazy;
|
||||
CREATE DATABASE testlazy ENGINE = Lazy(10);
|
||||
DROP TABLE IF EXISTS testlazy.test;
|
||||
CREATE TABLE IF NOT EXISTS testlazy.test (a UInt64, b UInt64) ENGINE = Log;
|
||||
CREATE TABLE IF NOT EXISTS testlazy.test (a UInt64, b UInt64) ENGINE = Log;
|
||||
INSERT INTO testlazy.test VALUES (1, 1);
|
||||
SELECT * FROM testlazy.test;
|
||||
DROP TABLE IF EXISTS testlazy.test;
|
||||
|
Loading…
Reference in New Issue
Block a user