本文介绍了MySQL中列名称的最大长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用mysql,并且其列名的长度为70.
因此,我收到错误消息,指出列名太长.
现在,我只想知道mysql中列名的最大长度是什么?
I am working with mysql and have a column name with length 70.
So, I am getting error which states that the column name is too long.
Now, I just want to know what is the maximum length of column name in mysql?
推荐答案
已经回答了类似的问题
反正,根据文档,列名的最大允许长度为64: Mysql文档
Similar question is already answered Here
Anyway,Maximum allowed length of column name is 64 according to documentation : Mysql Documentation
这篇关于MySQL中列名称的最大长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!