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