Data truncated for column ‘xxx‘
Posted 雅冰石
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Data truncated for column ‘xxx‘相关的知识,希望对你有一定的参考价值。
一 问题描述
在mysql中创建主键报错。
#sql
ALTER TABLE t1 ADD PRIMARY KEY(id,NAME);
Data truncated for column 'name' at row 3
二 出错原因
name存在空值
三 解决办法
将其设置为空,然后再次创建复合主键
--本篇文章参考了MySQL中 Data truncated for column 'xxx'解决方法_weixin_30316097的博客-CSDN博客
以上是关于Data truncated for column ‘xxx‘的主要内容,如果未能解决你的问题,请参考以下文章
Data truncation: Data too long for column ‘context‘ at row 1
Data truncation: Data too long for column ‘context‘ at row 1
Data truncation: Data too long for column ‘context‘ at row 1
javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1
javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1