Hi, and thanks for any help.
After loading data in a table field with a select statement like such:
tbf = select col1, col2,...
from my_table
order by col1,col2;
I want to reorder the table field by col2. Any idea ?
I know that i can run a external C procedure and use a qsort, but i prefere to stay in my 4GL program.
thanks.
Regards.