Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast91.q
blob: e3e7c4810c8687aced2e174adaa327425110519e [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal18
as
decimal
(
18
,
6
))
from
data
where
c_row
=
16
;