Currently you can only apply a single order by clause for all tables by using a little trick. In the "Where clause", you can a dummy where clause followed by an order by clause. For example:
where 1=1 order by deptno, empno
I have added your suggestion to the list of enhancement requests though.