This commit is contained in:
taiyang-li 2024-11-21 09:40:38 +08:00
parent 5213b03f04
commit 3f945619b4

View File

@ -1,6 +1,7 @@
SET allow_experimental_dynamic_type = 1;
SET allow_suspicious_types_in_order_by = 1;
SET optimize_read_in_order = 1;
SET session_timezone = 'UTC';
drop table if exists to_table;