Update 02713_array_low_cardinality_string.sql

This commit is contained in:
Nikolai Kochetov 2023-11-06 15:45:15 +01:00 committed by GitHub
parent 40c2329fc3
commit 1ee73e0bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ WHERE database = currentDatabase() AND table = 'tab';
SELECT '---';
EXPLAIN indexes = 1, description=0 SELECT * FROM tab WHERE has(foo, 'b');
EXPLAIN indexes = 1, description = 0 SELECT * FROM tab WHERE has(foo, 'b');
DROP TABLE tab;