sql的update語句 批量更新某字段

Mysql:sql 1 有時候要實現字段的批量替換函數 update 表名 set 字段A = replace(字段A ,"png","jpg" );字符串   2 批量拼接字符串到某字段table update 表名 set 字段A = CONCAT( 字段A  , "xxx"  );date update 表名 set 字段A = CONCAT( "yyy" , 字段A  , "xxx"  )
相關文章
相關標籤/搜索