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