September 2010
Intermediate to advanced
440 pages
9h 23m
English
Building support for aggregate functions into our web application requires some revision of code that we have already written. As shown in this chapter, all aggregate functions work with the SELECT keyword. We will thus need to change how we support that kind of query. By the end of this section, we will build the following functionality into the web application:
DISTINCT in conjunction with calculating functionsORDER BY or GROUP BYThe order of development when revising a project should be inside out. Revise the relevant function and develop outward, through the main() function. ...
Read now
Unlock full access