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