用UPDATA语句如何给一个整型字段直接加1?获取字段值后再加一然后修改回去比较麻烦。有别的方法吗?[解决办法]update tabel set 字段名 = 字段名 + 1[解决办法]update tablename set col = col + 1