From 81396518b794b7de2ffa4364e7c7c307eec25eed Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 28 Jul 2019 04:44:32 +1200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d792d438..91910fad 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | where condition | Filter table to match the condition | | inc (field) | Increment a value or version. Optional use the field of a table | | add field value | Add a new field to the table | +| sum | Sum a column of values | | edit field value | Edit an existing field to have a new value | | skip amount | Skip a number of rows | | first amount | Show only the first number of rows |