Versions Compared

Key

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

...

This activity deletes Row(s) from an Oracle a DB2 Server database table.

Activity Parameters

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.

Execution: the activity will delete all the rows from a table according to the given Where statement:

  • the initial table content:
    Image Removed
    Image Added

  • the table content after deletion:
    Image Removed
    Image Added

 

 

 

 

Insert Row(s) into Table

...