Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
stan1609735726
Contributor
Contributor

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