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