All pastes #626253 Raw Edit

Stuff

public text v1 · immutable
#626253 ·published 2007-07-19 14:58 UTC
rendered paste body
mysql> select * from fun;
+------+
| i    |
+------+
| 1    |
| 3    |
| NULL |
+------+
3 rows in set (0.00 sec)


mysql> select avg(i) from fun;
+-----------------+
| avg(i)          |
+-----------------+
| 1.3333333333333 |
+-----------------+