Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_8.q
blob: 50ae070944c3631401d87692eb0c75aa88719f71 [
file
] [
log
] [
blame
]
SELECT
*
FROM
(
VALUES
((
coalesce
(
true
,
false
)
IS NULL
)))
test_tbl
;