Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast68.q
blob: 87fc747a7c49c6bc8d63b7ad94e8bba6aac2363a [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal28
,
cast
(
cast
(
c_decimal28
as
decimal
(
28
,
6
))
as
decimal
(
18
,
6
))
from
data
where
c_row
=
8
;