next up previous contents index
Next: Joining Tables Up: SQL Aggregates Previous: Query Tips

Summary

Sometimes users want less output rather than more. They want a total, count, average, maximum, or minimum value for a column. Aggregates make this calculation possible. They aggregate data into fewer rows and then send the result to the user. 


Bruce Momjian
2001-05-09