SQL删除指定列的指定长度的字符

update t_product set product_imgurl = substring(product_imgurl,20);

原文地址:https://www.cnblogs.com/chuijingjing/p/9959679.html