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 do you understand by lov and how can it be used?

569


How can we generate report output in excel format?

546


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

1591


What is an oracle report? List its various types.

559


Name the different triggers supported by oracle reports and their firing order.

579






what is the difference between call_form, new_form and open_form?

707


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

693


hi,dis is Shasi.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out.and iwant one project with explanation please help me...

1657


what are bind variables?

585


What is an SQL FORMS ?

2301


i am writing a query select EmpNo from Emp how can i call in after parameter form

1589


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

1634


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1807


in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement

1283


In what sequence do triggers get fired by oracle forms?

527