去除换行符操作:

update t_config_list set group_name=trim(group_name, x'0A') where reg_addr=51;

 

相关文章: