mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update 03165_string_functions_with_token_text_indexes.sql
This commit is contained in:
parent
eb724ad8c7
commit
ba40f7a754
@ -2,6 +2,8 @@ SELECT '-------- Bloom filter --------';
|
||||
SELECT '';
|
||||
DROP TABLE IF EXISTS 03165_token_bf;
|
||||
|
||||
SET allow_experimental_full_text_index=1;
|
||||
|
||||
CREATE TABLE 03165_token_bf
|
||||
(
|
||||
id Int64,
|
||||
|
Loading…
Reference in New Issue
Block a user