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