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