php - msyql4 characters
phpcn_u1582
phpcn_u1582 2017-07-04 13:43:26
0
1
882

Original sql field information:
koubei_desc text COMMENT 'Word of mouth description (optimal)'
Want to modify the encoding:
ALTER TABLE rank_sku CHANGE koubei_desc koubei_desc text COMMENT 'Word-of-mouth description (optimal)' CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Why does SQL report an error after adding COMMENT 'Word of mouth description (optimal)'? Is it ok if I don’t add it? I want to add COMMENT 'Word of mouth description (optimal)', how to modify the SQL?

phpcn_u1582
phpcn_u1582

reply all(1)
过去多啦不再A梦

I remember that MySQL keywords have order requirements, try putting the comment at the end

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template