You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/19 08:20:55 UTC

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #4844: Batch insert cannot exceed 65535 columns

kimmking edited a comment on issue #4844: Batch insert cannot exceed 65535 columns
URL: https://github.com/apache/incubator-shardingsphere/issues/4844#issuecomment-601047078
 
 
   MySQL can't support more than 65535 placeholders. 
   https://dev.mysql.com/doc/refman/5.7/en/server-error-reference.html#error_er_ps_many_param
   Error: 1390 SQLSTATE: HY000 (ER_PS_MANY_PARAM)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services