InterviewSolution
Saved Bookmarks
| 1. |
How to remove duplicate rows in Informatica? |
|
Answer» If you want to delete DUPLICATE records then you can use this query.Example Select rowNumber FROM tableName |
|