Growing111 / Growing111.github.io

This is my blog! https://growing111.github.io/archives/
2 stars 0 forks source link

mysql中关于text的特别情况 | Liuy #21

Open Growing111 opened 4 years ago

Growing111 commented 4 years ago

https://growing111.github.io/2018/11/05/mysql%E4%B8%AD%E5%85%B3%E4%BA%8Etext%E7%9A%84%E7%89%B9%E5%88%AB%E6%83%85%E5%86%B5/#more

前言 项目中遇见的一个特别情况,记录下来 正文 Text字段 Text字段的长度为64K,Msyql的一个字段设置text格式,然后执行insert和update操作,它会自动截取超过64K后的,你只能看到前面64k的数据,这是因为mysql的sql_mode设置为default,(即没有开启strict_all_tables选项)。Mysql对于插入过长的值只会提示warning,而不是er

Growing111 commented 4 years ago

xlwt 最大支持65535行 openpyxl替代 最大支持1048576行