摘要: 1、在某个字段后面追加固定的一段数据 mysql:公式:update table_name set field=CONCAT('str',field) where ..... 示例:update app_contract_ info set apply_type=CONCAT('123456',ap 阅读全文
posted @ 2019-04-01 17:37 品书读茶 阅读(931) 评论(0) 推荐(0)