可以插入表的最大列数/值 - mysql

nus*_*ush 2 mysql insert-into

有谁知道你可以插入表(mysql)的最大列数/值是多少?我得到一个错误... IDK ... 20列/值?(是的,#_ of_col = #no_of_val)

INSERT INTO comenzi (a,b,c,d,e,f,...) 
VALUES (1,2,3,4,5,6,...)
Run Code Online (Sandbox Code Playgroud)

Dan*_*llo 9

每个表的硬限制为4096列,最大行大小为65,535字节(源:MySQL文档).