...
Output
Double or Decimal values
Syntax
For non-decimal values:
set-column :column math:pow(column,<decimal_value>)
...
set-column :column decimal:pow(column,<decimal_value>)
Example
Raises the value in the column price
to the power of 5
.
...
...
Double or Decimal values
For non-decimal values:
set-column :column math:pow(column,<decimal_value>)
...
set-column :column decimal:pow(column,<decimal_value>)
Raises the value in the column price
to the power of 5
.
...