Hi, lets say I have the following 7 records in my database
ID Model
-- ------
1 400
2 400FL
3 400 FL
4 ABC
5 SGH500
6 SGH-500
7 SGH 500
How is it possible if i could select out the rows which are of possible match to some other rows?
E.g. IDs 1, 2 & 3 are possible matches of one another and IDs 5, 6 & 7 are possible matches of one another. ID 4 will not be displayed in the result.
Thanks a lot in advanced