----------  Sort  ----------

"Sort" is a command as well as an option in the "select" command.  For further
information on the "select" command, enter:

                help select;

The "sort" command sorts the table TABLE.

Syntax:

     |sort | TABLE [|by|] ATTR_NAME [ | descending | ]
     |order|        |on|              | ascending  |

        {, ATTR_NAME [ | descending | ]};
                       | ascending  |

The specified attributes are the sort keys.  Each is sorted in either  ascend-
ing  (default)  or  descending  (if  specified) order.  The keywords "asc" and
"desc" are synonyms for "ascending" and "descending", respectively.
