Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
caseExprWconst_47.q
blob: 24019e952ebf9eb31997af9d8c0814c1fe17a9b1 [
file
] [
log
] [
blame
]
SELECT
(
CASE WHEN
(
true
)
THEN
-
9223372036854775808
ELSE
null
END
)
res1 FROM
(
VALUES
(
1
))
test_tbl
;