mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Add a test
This commit is contained in:
parent
f6d2c24373
commit
c541e0a9b7
@ -33,3 +33,4 @@ INSERT INTO test VALUES (10);
|
||||
SELECT x FROM test ORDER BY x;
|
||||
OPTIMIZE TABLE test;
|
||||
SELECT name FROM system.parts WHERE active AND table = 'test' AND database = currentDatabase();
|
||||
DROP TABLE test;
|
||||
|
Loading…
Reference in New Issue
Block a user