Databases Reference
In-Depth Information
More details are available at http://wiki.phpmyadmin.net/pma/Charts .
Sorting results
In SQL, we can never be sure of the order in which the data is retrieved, unless we
explicitly sort the data. Some implementations of the retrieving engine may show
results in the same order as the one in which data was entered, or according to a
primary key. However, a sure way to get results in the order we want is by sorting
them explicitly.
 
Search WWH ::




Custom Search