Hello,
I have a SQL table with some existing data. In that I have a column named "Name". For example say I have one entry for that column as "Thilak". Suppose if a next entry comes with same name i.e "Thilak", I want to rename the existing "Thilak" as "Thilak_1" and new entry as "Thilak_2".
How to do this ?
Please help me.