Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast63.q
blob: 2efcf23d37a310e40591962f12940061974045e0 [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal28
,
cast
(
c_decimal28
as
decimal
(
28
,
14
))
from
data
where
c_row
=
14
;