Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast57.q
blob: 0d5f98444f0e38c525318ec33366c06b015329c4 [
file
] [
log
] [
blame
]
select
max
(
cast
(
c_decimal18
as
decimal
(
18
,
5
)))
from
data
where
c_row
>=
16
;