Skip to content

Query parameters in Values #11918

@filimonov

Description

@filimonov
clickhouse-client -q 'create table typed_nulls( str Nullable(String) ) Engine=Log'

clickhouse-client --param_n='\N' --query='insert into typed_nulls(str) values ( {n:Nullable(String)} )' --format=Vertical
Code: 456. DB::Exception: Query parameter `n` was not set

clickhouse-client --param_n='aa' --query='insert into typed_nulls(str) values ( {n:Nullable(String)} )' --format=Vertical
Code: 456. DB::Exception: Query parameter `n` was not set

See also a589968
/cc @tavplubix

Metadata

Metadata

Assignees

Labels

bugConfirmed user-visible misbehaviour in official release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions