Versions Compared

Key

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

...

The Delete Row(s) from Table activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Table (text box editor type) (type: string): the table name where the row(s) will be deleted.
  • Where Statement (text box editor type) (type: string): the Where statement to filter the row(s) that will be deleted. For example: ID>2, where all rows with an ID higher than 2 will be deleted.

...