Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
orderby
/
orderby1.q
blob: 4e57f296cc15706483bb70f521d15525ba968117 [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal28
as
decimal
(
28
,
9
))
from
data
where
c_row
<
12
order
by
cast
(
c_decimal28
as
decimal
(
28
,
9
))
asc
;