
Contributor II
2021-09-12
10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
595 Views
1 Reply

Anonymous
Not applicable
2021-09-12
10:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
595 Views
