Page Chapter 5. Working with Databases, Page 54
Wed, 05/02/2007 - 3:04pm — jvandyk
Location on the page:
First line of Getting Results for Paged Display code listing
Error:
n.created DESC"
Correction:
n.created DESC";
Description of the Error:
Typo.
