sort_list

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


{column_reference | int_number} [ASC | DESC], ... , {column_reference | int_number} [ASC |DESC]

Description

A sort_list contains either a column_reference or an int_number indicating the column where the sort will be applied. You can also pass the ASC or DESC keyword to specify whether the sort will be in ascending or descending order. By default, the sort will be in ascending order.

See Also

column_reference, SELECT.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next