We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff604c commit f1a55f2Copy full SHA for f1a55f2
tests/queries/0_stateless/03390_non_constant_case.sql
@@ -35,7 +35,7 @@ END = 1;
35
SELECT DISTINCT caseWithExpression(1.1, toNullable(0.1), 'a', 1.1, 'b', materialize(2.1), toFixedString('c', 1), 'default' ) AS f;
36
37
SELECT
38
- caseWithExpression(NULL, materialize(NULL), NULL) AS f1,
+ caseWithExpression(NULL, materialize(NULL), NULL, NULL) AS f1,
39
if(NULL, toDateTimeOrZero(NULL), NULL) AS f2
40
FROM numbers(1);
41
0 commit comments