Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast54.q
blob: 4422dba1b53e577de67bbd1584899b353f36a890 [
file
] [
log
] [
blame
]
select
mod
(
cast
(
c_decimal18
as
decimal
(
18
,
0
)),
cast
(
c_decimal28
as
decimal
(
28
,
0
)))
from
data
where
c_row
=
11
;