Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What do you understand by lov?

1081


What is an SQL FORMS ?

2834


Explain the various types of oracle report?

1132


List the different types of columns in oracle reports.

1048


what is tripstop report?

1903


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

2332


Is it possible to execute a dynamic sql from forms?

1117


how do u place it in required folder

1986


Name the different triggers associated with oracle forms having a master-detail relationship.

1054


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

3043


What is a user exit program in oracle reports?

1080


What is a matrix report and how many minimum groups are required to prepare the same?

1204


Explain the different levels at which oracle form services interact.

1105


Can we invoke one form from another in a multi-forms application?

1173


what are bind variables?

1144