Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English
In this tutorial, we will demonstrate how to sort a datalist list by multiple columns. In this sample, we will focus on sorting by three columns: Country, first name, and last name.

...

This SQL query will sort the datalist list by country, then first name, then last name.

...