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