Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast10a.q
blob: 87949f62c52629f40111321b7dabdda093f95a66 [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal28
,
div
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)),
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
data
where
c_row
<=
11
and
c_row
>
1
;