Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
implicit_cast
/
implicit_cast89.q
blob: 147efe55989cecb85d60126dddb99be279a3327c [
file
] [
log
] [
blame
]
select
cast
(
c_decimal28
as
decimal
(
28
,
9
))
from
data
where
c_row
<
12
and
cast
(
c_decimal28
as
decimal
(
28
,
9
))
is
not
null
;