Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_56.q
blob: 4c1a357a1627001e38ade9a2675fd73b8c7baf82 [
file
] [
log
] [
blame
]
SELECT
(
CASE WHEN
true
THEN coalesce
(
0
,
0
)
ELSE
1
END
)
FROM
(
VALUES
(
1
))
test_tbl
;