Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_30.q
blob: 9e7ff089083bab077ed3cb954079ea3f43fccc3d [
file
] [
log
] [
blame
]
SELECT NULLIF
(
1
,
0
)
FROM
(
VALUES
(
1
))
test_tbl
;