Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
castToBoln_29.q
blob: 60658199702a9bba6e4b74787bbec275fb82ef6e [
file
] [
log
] [
blame
]
SELECT CAST
(
'off'
AS BOOLEAN
)
bln FROM
(
VALUES
(
1
))
test
;