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.

325 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

mysql 非严格模式下对字段长度不做校验,例: 显示长度为30 !Pasted image 20250429144840.png

实际长度为36 !Pasted image 20250429144900.png

做ETL时对端表的长度不能设置的与非严格模式下的mysql 相同,不然会出现长度问题 !Pasted image 20250429145007.png