Document the shiny new 'avg' aggregate function

This commit is contained in:
Nikhil Benesch 2014-01-19 15:02:53 -05:00
parent 0bf4044b74
commit 3567f504dd

View File

@ -902,6 +902,12 @@ knex.transaction(function(t) {
Retrieve the sum of the values of a given <b>column</b>.
</p>
<p id="Builder-avg">
<b class="header">avg</b><code>.avg(column)</code>
<br />
Retrieve the average of the values of a given <b>column</b>.
</p>
<p id="Builder-increment">
<b class="header">increment</b><code>.increment(column, amount)</code>
<br />