MySQL表中可以有多少列(最大值)?

时间:2021-04-23 12:31:48

What's the max number of columns a mysql table can have?

mysql表可以拥有的最大列数是多少?

2 个解决方案

#1


1  

According to the MySQL Reference Manual, there is a "hard limit" of 4,096 columns per table.

根据MySQL参考手册,每个表有一个4,096列的“硬限制”。

Check the following link for more information.

有关更多信息,请查看以下链接。

#2


6  

Here is a resource.

这是一个资源。

http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html

http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html

#1


1  

According to the MySQL Reference Manual, there is a "hard limit" of 4,096 columns per table.

根据MySQL参考手册,每个表有一个4,096列的“硬限制”。

Check the following link for more information.

有关更多信息,请查看以下链接。

#2


6  

Here is a resource.

这是一个资源。

http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html

http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html