sql查看
select CONVERT (data USING utf8) AS CONTENT from tableName;
sql修改
update bfaxlq32 set data=cast('123中国史蒂2323夫sfd’as char);
update tableName set data=concat(‘123中国史蒂夫sfd’,cast("" as char));
sql查看
select CONVERT (data USING utf8) AS CONTENT from tableName;
sql修改
update bfaxlq32 set data=cast('123中国史蒂2323夫sfd’as char);
update tableName set data=concat(‘123中国史蒂夫sfd’,cast("" as char));