Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
orderby
/
orderby12.q
blob: bf75ac2cf8bf17bc27a4ff5d5e02cd5d4baa20ff [
file
] [
log
] [
blame
]
select
c_row
,
cast
(
c_decimal18
as
decimal
(
18
,
4
))
from
data
where
c_row
>
15
order
by
cast
(
c_decimal18
as
decimal
(
18
,
4
))
desc
;