This commit is contained in:
Bharat Nallan Chakravarthy 2023-12-31 00:10:05 -08:00
parent 00b5e28d6a
commit 47028a88ee
2 changed files with 2 additions and 2 deletions

View File

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