I've just read your answer (and up-voted). I wouldn't say that it is "highly-detailed", rather unnecessarily detailed you waste about 20 lines explaining that something is unreadable and identical to the portion above. Saying that, it is also a good answer to the question. The fact that you're not a native English speaker isn't discernible from the post.
I wouldn't say that the -1 in the question means that you won't get any up-votes, the question has had 48 views, and for a detailed answer to a question like that I would say that the average is probably around 4 up-votes, though obviously it can be 0 and I've seen particularly good ones receive 11 or 12, even recently.
What I would suggest is that you try to condense your thoughts, and answer. You have 7 table creation scripts for clienttable in there, could you not make this 3? Lists are good for highlighting everything that is incorrect in one go; you can then do a "before" and "after".
If the OP is having problems with an answer you can use Jake Feasel's SQL Fiddle to demonstrate why your answer is correct; and that it works.
I would add two things:
- You shouldn't feel discouraged if not many people up-vote a good answer. It's definitely not a reason to not give any more as you'll find that a good answer will always get up-votes.
- There are a lot of very active people in sql, especially mysql. A number of them have very high reputations and really know what they're talking about. Not a single person has decided that they had anything to add to your answer and posted one of their own.
CREATE TABLEstatements (which seems to be a much greater problem area than I realised). – Ricardo Altamirano Jul 9 '12 at 2:03