MySQL我在给表添加默认约束时总是提示无效,怀疑是单引号的问题,但英文单引号和中文的都试过了,写其他语句都没问题,但这个就总是提示无效,大佬们救救孩子吧......alter table STUDENT alter column Ssex set default '男';Invalid default value for 'Ssex'
https://zhidao.baidu.com/question/140201909.html