mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +00:00
5 lines
168 B
SQL
5 lines
168 B
SQL
-- There is no use-after-free in the following query:
|
|
|
|
SET param_o = 'a';
|
|
CREATE TABLE test.xxx (a Int64) ENGINE=MergeTree ORDER BY ({o:String}); -- { serverError 44 }
|