Update 01083_expressions_in_engine_arguments.sql

This commit is contained in:
Kseniia Sumarokova 2021-10-27 18:52:52 +03:00 committed by GitHub
parent 8f8423aecc
commit 18dc17f9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ INSERT INTO buffer VALUES (1);
SELECT sum(n) from rich_syntax; SELECT sum(n) from rich_syntax;
-- Clear cache to avoid future errors in the logs -- Clear cache to avoid future errors in the logs
SYSTEM DROP DNS CACHE SYSTEM DROP DNS CACHE;
DROP TABLE file; DROP TABLE file;
DROP TABLE url; DROP TABLE url;