Update 03273_format_inference_create_query_s3_url.sql

This commit is contained in:
Pavel Kruglov 2024-11-20 12:11:51 +01:00 committed by GitHub
parent c185b5bc38
commit 130a1c52a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
drop table if exists test;
create table test engine=S3('http://localhost:11111/test/json_data');