Add a test

This commit is contained in:
Alexey Milovidov 2024-10-23 18:49:56 +02:00
parent f6d2c24373
commit c541e0a9b7

View File

@ -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;