Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast126.q
blob: 676adf22137b34bd1162acae13a224d1f16d48d1 [
file
] [
log
] [
blame
]
select
min
(
cast
(
c_decimal28
as
decimal
(
28
,
9
)))
from
data
where
c_row
<
12
;