Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
convert
/
data
/
drill_3854.q
blob: b18c9e06238989452f36bce647f8aee5d8609550 [
file
]
--
Test
to verify fix
for
DRILL
-
3854.
select
convert_from
(
sal
,
'int_be'
)
from
tbl_int_be order
by
sal
;