【mysql】sql语句的更新和截取

更新 update 表名 set 字段 = 要修改的内容 where 条件web - 字符串拼接 UPDATE t_vbquestion SET Answer1=CONCAT(‘A. ‘,Answer1),Answer2=CONCAT(‘B. ‘,Answer2) where QuestionTypeID=1sql - 批量更新 case when数据库 UPDATE t_vbquestion S
相关文章
相关标签/搜索