how to eliminate duplictes in column except group and
section?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jagan
delete from tablename a where rowid not in(select max(rowid)
from tablename b where a.rowid=b.rowid)
| Is This Answer Correct ? | 5 Yes | 3 No |
System.effective_date system variable is read only True/False
If a break order is set on a column would it effect columns which are under the column?
can you convert or reverse engineer a fmx back to a fmb file?
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
What is the use of Validation triggers in Reports?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What do we mean by record group in oracle forms?
What is a canvas in oracle forms?
What is lexical parameter ?
List the windows event triggers available in Forms 4.0?
how to pass 2 parameters from one form to other in oracle applications?
List out the oracle forms configuration files?