Add a test

This commit is contained in:
Alexey Milovidov 2021-01-12 22:53:58 +03:00
parent c51df126f1
commit a5e14e9442
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
Hello

View File

@ -0,0 +1 @@
SELECT any(nullIf(s, '')) FROM (SELECT arrayJoin(['', 'Hello']) AS s);