Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast92.q
blob: 3ec8bc1c9e9a751d6ced5a1e7d9a66ad34d943e9 [
file
] [
log
] [
blame
]
select
trunc
(
cast
(
c_decimal9
as
decimal
(
18
,
9
)))
from
data
;