mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-10 16:32:12 +00:00
5 lines
180 B
SQL
5 lines
180 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 ILLEGAL_COLUMN }
|