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