Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast54.q
blob: e72df7cf71de83d762e13335b8dca549b05b1bc0 [
file
] [
log
] [
blame
]
select
c_row
,
c_decimal38
,
cast
(
c_decimal38
as
decimal
(
38
,
15
))
from
data
where
c_row
=
19
;