How to write SQL statement to do such query?

2005-06-03 Thread SQL My
Hi! dear all, I encountered a problem with designing SQL statement. For example, I want to query population information from a "city" table, and the records returned must be ordered according to the population of the city. Like this:

Re: How to write SQL statement to do such query?

2005-06-03 Thread Michael Stassen
SQL My wrote: Hi! dear all, I encountered a problem with designing SQL statement. For example, I want to query population information from a "city" table, and the records returned must be ordered according to the population of the city. Like this: