Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast75.q
blob: 9015b9aff05466f769399ed084c594ac27c9eb98 [
file
] [
log
] [
blame
]
select
round
(
cast
(
c_decimal18
as
decimal
(
18
,
4
)))
from
data
where
c_row
>
15
;