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