Skip to content

Commit fc68fea

Browse files
Merge pull request ClickHouse#79829 from ClickHouse/add-test-60018
Add a test for ClickHouse#60018
2 parents aea0403 + 0be76c1 commit fc68fea

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SET enable_analyzer = 1;
2+
3+
DROP TABLE IF EXISTS test_table;
4+
create view test_table as select * from system.one where dummy={param:Nullable(Int64)} IS NULL;
5+
select * from test_table(param=NULL);
6+
DROP TABLE test_table;

0 commit comments

Comments
 (0)