It's not a secret anymore!
The moose likes Oracle/OAS and the fly likes Check for duplicate rows Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Check for duplicate rows" Watch "Check for duplicate rows" New topic
Author

Check for duplicate rows

Jigeshs Shahs
Greenhorn

Joined: May 28, 2009
Posts: 26
How to check whether a particular row(whole row) is duplicate or not..
there is no primary or unique key defined for any colowmn..
is there any function thru which we can check whether the whole row is duplicate..
Ananth Chellathurai
Ranch Hand

Joined: Nov 21, 2007
Posts: 349

This link could help you.


Ananth Chellathurai [Walk on software]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Check for duplicate rows
 
Similar Threads
Accessing return value of method within a method
Inserting Duplicate rows
How to find duplicate entries before entering the data into JTable
Help with CMP implementation.
how to stop the duplicate values.