mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix test
This commit is contained in:
parent
00b5e28d6a
commit
47028a88ee
@ -1,3 +1,3 @@
|
||||
Ordinary
|
||||
Atomic
|
||||
Lazy
|
||||
Ordinary
|
@ -1 +1 @@
|
||||
SELECT * FROM system.database_engines WHERE name IN ('Atomic', 'Lazy', 'Ordinary');
|
||||
SELECT * FROM system.database_engines WHERE name IN ('Atomic', 'Lazy', 'Ordinary') ORDER BY name;
|
Loading…
Reference in New Issue
Block a user