Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
orderby
/
orderby15.q
blob: e9fa45a6d12e5b063a5b73b2e4c5eccc6e9907f9 [
file
] [
log
] [
blame
]
select
c_row
,
c_groupby
,
cast
(
c_decimal38
as
decimal
(
38
,
18
))
from
data
where
c_row
<
15
order
by
c_groupby asc
,
cast
(
c_decimal38
as
decimal
(
38
,
18
))
desc
;