Question
Find duplicate combinations in Database
Hi Everyone,
Is there a way find out duplicate combinations in Appian DB Table and delete them.
For Example there is a table with columns Name and Place
| NAME | PLACE |
| John | Newyork |
| Tom | Washington |
| John | Newyork |
| Robert | Boston |
Now how to find out the duplicate combination for John and Washington and keep only one record of that combination
Thanks
