This commit is contained in:
Alexey Milovidov 2020-08-02 05:00:08 +03:00
parent 9ad3dcacd6
commit b47a02f20b
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
-1 Nullable(Int16) Nullable(Int16), Const(size = 1, Nullable(size = 1, Int16(size = 1), UInt8(size = 1)))

View File

@ -0,0 +1 @@
SELECT CAST(null, 'Nullable(UInt8)') = 1 ? CAST(null, 'Nullable(UInt8)') : -1 AS x, toTypeName(x), dumpColumnStructure(x);