标签:ar sp on bs nbsp sql res mysql br
UPDATE i18nresource tar INNER JOIN (SELECT substring_index(resourceValue,‘Card‘,1) val,id FROM i18nresource where resourceKey like‘%Card‘) temp
ON tar.id = temp.id
SET tar.resourceValue = temp.val;
标签:ar sp on bs nbsp sql res mysql br
原文地址:http://www.cnblogs.com/shouwangzhe-/p/4135678.html