Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_4.q
blob: 91e753913c294eac877a4deab6c721e4ec61a838 [
file
] [
log
] [
blame
]
SELECT
*
FROM
(
VALUES
((
coalesce
(
cast
(
null
as
integer
),
1
)
IS NOT NULL
)))
test_tbl
;