Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast14.q
blob: efc5852a4b961e5a3a1311c8a216786c01351e91 [
file
] [
log
] [
blame
]
select
cast
(
cast
(
c_decimal9
as
decimal
(
9
,
5
))
as
int
)
from
data
where
c_row
>
16
;