Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast111.q
blob: 36c5be29335d2a3546e2b26655b14e7bc2845555 [
file
] [
log
] [
blame
]
select
trunc
(
cast
(
c_decimal38
as
decimal
(
38
,
19
)))
from
data
where
c_row
=
19
;