mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add test
This commit is contained in:
parent
9ad3dcacd6
commit
b47a02f20b
@ -0,0 +1 @@
|
||||
-1 Nullable(Int16) Nullable(Int16), Const(size = 1, Nullable(size = 1, Int16(size = 1), UInt8(size = 1)))
|
1
tests/queries/0_stateless/01423_if_nullable_cond.sql
Normal file
1
tests/queries/0_stateless/01423_if_nullable_cond.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT CAST(null, 'Nullable(UInt8)') = 1 ? CAST(null, 'Nullable(UInt8)') : -1 AS x, toTypeName(x), dumpColumnStructure(x);
|
Loading…
Reference in New Issue
Block a user