Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next

...

For a version of this function computed over a rolling window of rows, see ROLLINGSUM Function.

D s-lang-vs-sql

D s
snippetBasic

D lang syntax
RawWrangletrue
Typeref
showNotetrue
WrangleTextpivot value:sum(myRating) group:postal_code limit:1

sum(myRating)

Output: Returns the sum of the group of values from the myRating column.

D s lang vs sql

D s
snippetSyntax

D lang syntax
RawWrangletrue
Typesyntax
showNotetrue
WrangleTextpivot value:sum(function_col_ref) [group:group_col_ref] [limit:limit_count]

sum(function_col_ref) [group:group_col_ref] [limit:limit_count]

...