You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
mysql 非严格模式下对字段长度不做校验,例:
|
|
|
|
|
显示长度为30
|
|
|
|
|
![[Pasted image 20250429144840.png]]
|
|
|
|
|
|
|
|
|
|
实际长度为36:
|
|
|
|
|
![[Pasted image 20250429144900.png]]
|
|
|
|
|
|
|
|
|
|
做ETL时,对端表的长度不能设置的与非严格模式下的mysql 相同,不然会出现长度问题
|
|
|
|
|
![[Pasted image 20250429145007.png]]
|