|
| Total Answers and Comments: 4 |
Last Update: November 03, 2009 Asked by: Maheswar Reddy |
|
| | |
|
Submitted by: vivek1708 In order to beable to delete those entries I think, you'll have to write sql queries in teh data base table using rownum/rowid concept.
Or
by using the sorter and distinct option, load the unique rows in a temp table followed by a truncate on the original table and moving data back to it from the temp table.
hope it helps.
Above answer was rated as good by the following members: ayappan.a, joyfun23 | Go To Top
|