It would indeed be useful to have an order by field. I have added this to the enhancement requests.

Right now you can "use" the where clause field though, but you must include a (dummy) where clause condition. If you want to export all emp records, order by ename, you can use the following where clause:

where 1=1 order by ename

If you are already using a where clause you can simple append the order by clause of course.

------------------
Marco Kalter
Allround Automations


Marco Kalter
Allround Automations