1,582
edits
Changes
→ORDER-BY-LIST
* [("gramps_id", "DESC")]
* [("gramps_idprimary_name.first_name", "DESCASC"), ("primary_name.first_namegramps_id", "ASCDESC")] The first-listed field name is the primary sort, followed by secondary sorts. In the last above example, the data would be sorted first by first_name ascending, and inside that, by gramps_id descending, such as: Avery, I0003 Avery, I0002 Avery, I0001 Barry, I0013 Barry, I0012 Barry, I0011
== Result ==