Hi,
I have a situation where there is a need to identify the duplicate entries in a database table and delete the duplicate rows. How can I do this?
Discussion posts and replies are publicly visible
You can use GROUP BY and HAVING clause, or maybe do some data locking to prevent duplicates.community.appian.com/.../data-locking-strategies