示例表结构:
+-------------------------+---------------+------+-----+-----------------------+-----------------------------+
| Field | Type | Null | Key | Default | Extra |
+-------------------------+---------------+------+-----+-----------------------+-----------------------------+
| id | char(25) | NO | PRI | NULL | |
| created_at | timestamp | NO | | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP |
+-------------------------+---------------+------+-----+-----------------------+-----------------------------+
如何找出每天添加的平均行数?