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