Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Integer or Decimal values

Syntax

For non-decimal columns:

set-column :column math:abs(column)

...

set-column :column decinal:abs(column)

Example

Returns the absolute value of each value in the test column.

...