We have a database with the following fields;
Name-----Type
ID-----int(11)
title-----text
interest-----text
I have done a DISTINCT SELECT command on 'interest' and it pulls up 14 entries, two of which appear to be exactly the same ('Rubber Stamping') these link to one record.
HOW can there be two DISTINCT 'interest' when they are both entered as the same?
SOLUTION I tried deleting the record that these 'interest' link to. The duplication just moved on to the next row number. Do we have a corrupted table? Is there a solution?
Cheers Oli