Why have you put the comments field as part of the key?! I suggest you pick up a book on MySQL or SQL in general, and learn the basics of relational databases, otherwise you will just struggle like a dog with problems like this. If I could see the create statement for the table or a copy of it's design (using DESCRIBE) for example, I might tell you how to rewrite the table to suit it's purpose, but I still think you should spend some time learning SQL basics so that you can actually solve simple problems like this one yourself.