Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast47a.q
blob: cd2e66106c25e8986061fc72b5f208ecbbc1dda5 [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal38
as
decimal
(
38
,
9
))
/
cast
(
c_decimal28
as
decimal
(
28
,
9
))
from
data
where
c_row
>
1
and
c_row
<
10
;