Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
stan1609735726
Contributor II

How to delete rows from an oracle table

Hi, I need to delete rows from an Oracle table based on the column values, for example registration_year < 2020 and status not=sold. Could you please let me know which component to use.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

You can use tOracleOutput component and select the table action 'Delete' to delete the rows, before tOracleOutput, use tFilterRow to filter the rows that matches the condition you set.

 

Regards

Shong