Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast77.q
blob: d740ee0e74ea3f1a3933092abfbfdbf078ddee00 [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal28
as
decimal
(
9
,
0
))
from
data
where
c_row
=
9
;