Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast78.q
blob: 163cc572be758e42c5ba8d1f95e40fc6f3681bac [
file
] [
log
] [
blame
]
select
cast
(
c_bigint
as
decimal
(
18
,
2
))
from
data
where
c_row
=
9
;