Versions Compared

Key

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

...

FuseQL also supports formulas by applying various mathematical operators on a set of queries. Currently we support the following mathematical operators are supported:

  • Addition (+)

  • Subtraction/Difference (-)

  • Multiplication/Product (*)

  • Division (/)

  • Modulo (%)

  • Pow (^)

...