Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast67.q
blob: d223004ce7ee1f3ce1c1bb1f7de371cb9dd6f4a8 [
file
] [
log
] [
blame
]
select
sign
(
cast
(
c_decimal38
as
decimal
(
38
,
18
)))
from
data
where
c_row
<
15
;