I have a Table called Table1 and has a 'Name' column with 6 records as below:-
Jack,
John,
Jack,
Ram,
Hari and
Ram
Now I want the script that can give me like below:-
Name IsDuplicate
Jack No
John No
Jack Yes
Ram No
Hari No
Ram Yes
Please help.
Thanks