Update 03165_string_functions_with_token_text_indexes.sql

This commit is contained in:
Alexander Tokmakov 2024-06-06 13:20:31 +02:00 committed by GitHub
parent eb724ad8c7
commit ba40f7a754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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