Hi all,
Just have a quick question, I am sure it isn't that hard but I am struggling to find the answer.
How can I modify this query so that it shows me records which are duplicates only (i.e. have the same domain name)?
SELECT Domain_Name, Status FROM Domain WHERE Status = 'Ready';
Thanks for any and all help.
Sean.
Just have a quick question, I am sure it isn't that hard but I am struggling to find the answer.
How can I modify this query so that it shows me records which are duplicates only (i.e. have the same domain name)?
SELECT Domain_Name, Status FROM Domain WHERE Status = 'Ready';
Thanks for any and all help.
Sean.