Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_28.q
blob: 3daafe4606532a04a5799929e8288f7e66b27f7e [
file
] [
log
] [
blame
]
SELECT NULLIF
(
false
,
true
)
FROM
(
VALUES
(
1
))
test_tbl
;