how to eliminate duplictes in column except group and
section?

Answer Posted / sandeep

the above answer will work ifonly one dplicate row is there,
if there are more than one duplication.
then

delete from table_name where rowid not in(select min(rowid)
from table_name group by column_name having count(*)>1)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between call_form, new_form and open_form?

721


Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1861


How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff

1644


suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables

1598


where do u put the report file

1650






what is oracle forms?

601


i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output

1569


a text item is there what r the different types of triggers associated with it

1514


What do you understand by oracle forms and why are they required?

556


all steps of bitmap report?

1908


can you convert or reverse engineer a fmx back to a fmb file?

707


In what situation u create the BPA.

1771


what is tripstop report?

1354


in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory

2492


hiding item in report how like that properly,thats manually but at runtime i want to do

2553