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