how to eliminate duplictes in column except group and
section?
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by lov?
What is an SQL FORMS ?
Explain the various types of oracle report?
List the different types of columns in oracle reports.
what is tripstop report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
Is it possible to execute a dynamic sql from forms?
how do u place it in required folder
Name the different triggers associated with oracle forms having a master-detail relationship.
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
What is a user exit program in oracle reports?
What is a matrix report and how many minimum groups are required to prepare the same?
Explain the different levels at which oracle form services interact.
Can we invoke one form from another in a multi-forms application?
what are bind variables?