mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix case
This commit is contained in:
parent
5213b03f04
commit
3f945619b4
@ -1,6 +1,7 @@
|
|||||||
SET allow_experimental_dynamic_type = 1;
|
SET allow_experimental_dynamic_type = 1;
|
||||||
SET allow_suspicious_types_in_order_by = 1;
|
SET allow_suspicious_types_in_order_by = 1;
|
||||||
SET optimize_read_in_order = 1;
|
SET optimize_read_in_order = 1;
|
||||||
|
SET session_timezone = 'UTC';
|
||||||
|
|
||||||
drop table if exists to_table;
|
drop table if exists to_table;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user