Add a test for #48894 (#51307)

This commit is contained in:
Alexey Milovidov 2023-06-23 14:44:33 +03:00 committed by GitHub
parent 3a697544c9
commit 4c8a4f54ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
String

View File

@ -0,0 +1 @@
SELECT any(toTypeName(s)) FROM (SELECT ('a' :: String) as s) t1 FULL JOIN (SELECT ('b' :: LowCardinality(String)) as s) t2 USING (s);