Click here to Skip to main content
15,885,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my table either engine no is match or hull number or both I want to use (row_number=partition by...) query to find duplicates and insert into other table whose row number is >1
can anyone help me
Posted
Comments
[no name] 20-May-14 6:32am    
Do you need subquery ? And clear your exact point
aparnaChandras 20-May-14 7:18am    
I want to find duplicates where engine number and hull number both are match or either of them are match and store unigue record into one table and duplicate of it into other table using single query

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900