Changes

Sorting Data Retrieved from a MySQL Database

No change in size, 20:18, 11 October 2007
Summary
== Summary ==
In this chapter we have looked at how to use the ''SELECT'' statement in conjunction with the ''ORDER BY'' and ''DESC'' keywords to retrieve and sort data from a MySQL database table. In the next chapter we explore ways to [[Flitering Filtering MySQL Data with WHERE|filter retrieved data]] using the ''WHERE'' keyword.