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