August 2010
Intermediate to advanced
526 pages
23h 39m
English
avg() — Compute the numerical average
avg( number )The avg() aggregate computes the average (mean)
numeric value for all non-NULL
values. The aggregate attempts to convert any text or
BLOB values into a numeric value. If a conversion is not
possible, those rows will be counted with a value of 0.number
If all the
values are NULL, number
avg() will return a NULL.
Read now
Unlock full access