Are you using DB2 database . You may be searching solution to select or delete duplicate records available in any table using a single query. The solution is here . This tutorial covers how to display and delete duplicate records usning single query with examples . Let me explain with the following example.
Table : Sales_Master
In the above picture , Sales_Master table has duplicate records , but it should not have. The following table shows...