Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast69.q
blob: 8069184d59f0f21a59fee6ff7b5d956f72606ea0 [
file
] [
log
] [
blame
]
select
trunc
(
cast
(
c_decimal28
as
decimal
(
28
,
14
)))
from
data
where
c_row
=
14
;