greenplum-db / PivotalR-archive

An convenient R tool for manipulating tables in PostgreSQL type databases and a wrapper of Apache MADlib.
https://pivotalsoftware.github.io/gp-r/
125 stars 53 forks source link

Enhance the sorting multiple columns #28

Closed victorfang closed 9 years ago

victorfang commented 10 years ago

Currently PivotalR cannot support sorting multiple columns, esp. with different ordering constraints like one asc, one desc. For example, the equivalent form of PivotalR cannot be done:

select name from tbl order by score desc, date asc;

Please assign the fix to @victorfang

walkingsparrow commented 9 years ago

Completed