Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast56.q
blob: de306d5eb43893a2ead74b0f5c249c1ee8d730d1 [
file
] [
log
] [
blame
]
select
cast
(
c_decimal18
as
decimal
(
18
,
4
))
-
cast
(
c_decimal28
as
decimal
(
28
,
4
))
from
data
where
c_row
=
23
;