输入banner图图片脚本导航/分类

更新数据库中某一列的值,让其在原数的基础上加N

update 表名 set 目标列名 = 目标列名 + N ;

update 表名 set 目标列名 = 目标列名 + N ;