...
For a version of this function computed over a rolling window of rows, see ROLLINGSUM Function.
D s-lang-vs-sql
D s | ||
---|---|---|
|
D lang syntax | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
sum(myRating) |
Output: Returns the sum of the group of values from the myRating
column.
D s lang vs sql |
---|
D s | ||
---|---|---|
|
D lang syntax | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
sum(function_col_ref) [group:group_col_ref] [limit:limit_count] |
...