mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update 02713_array_low_cardinality_string.sql
This commit is contained in:
parent
40c2329fc3
commit
1ee73e0bb8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user