Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_6.q
blob: 95fdbdaef3d22cd7f8132cc7b4e6160d094fc4fd [
file
] [
log
] [
blame
]
SELECT
*
FROM
(
VALUES
((
coalesce
((
1
-
1
),
0
)
IS NULL
)))
test_tbl
;