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 |
from where do u receive the information to develop report
How do u give the list of values in bind parameter
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
What do you understand by oracle forms and why are they required?
how to send sms to mobile phone from oracle forms.
can u call procedure or function is sq l query in reports
Is it possible to attach same library to more than one form?
Is the After report trigger fired if the report execution fails?
difference between repeating frame and frame
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
What are the display styles of an alert?
How can you hide the report in Apps?