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