Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast98.q
blob: 2772398c5969705dbc55a84f7a49853c22f90244 [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal18
as
decimal
(
9
,
3
))
from
data
where
c_row
=
8
;