For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sum

Gets the sum of all values in the column

Sum(column1) → 814
Sum(column2) → 139352.88

Inputs

Sum(column)

  • column - A column to calculate the sum for

Last updated