一个MySQL表中最多可以有几列?

一个MySQL表中最多可以有几列?

问题描述:

mysql表可以包含的最大列数是多少?

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

根据MySQL参考手册,每个表有4,096列的硬限制" .

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

检查以下链接更多信息.