利用CONVERT和CAST解决MySQL查询的乱码问题
摘要:有如下一张表 : ```sql CREATE TABLE t_test_table (f_f1 varchar(16)) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb3; ``` 往表 t_test_table 的 f_f1 字段写入的为
阅读全文
posted @ 2023-08-30 17:14
posted @ 2023-08-30 17:14
posted @ 2023-08-28 18:20
posted @ 2023-08-25 15:00
posted @ 2023-08-15 15:58