去掉数据库字段单引号

update company_info set company=REPLACE(company,"'","");

相关文章: