ClickHouse/tests/queries/0_stateless/02679_query_parameters_dangling_pointer.sql
Alexey Milovidov dccd919a41 Add a test
2023-03-11 20:18:01 +01:00

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 }