...
Output
Double or Decimal values
Syntax
For non-decimal columns:
set-column :column math:pow(column, 2)
...
set-column :column decimal:pow(column, 2)
Example
Raises each value in the test
column to the power of 2.
...
...
Double or Decimal values
For non-decimal columns:
set-column :column math:pow(column, 2)
...
set-column :column decimal:pow(column, 2)
Raises each value in the test
column to the power of 2.
...