55智能网
新记
update更新多个数据的sql语句怎么写
如题所述
举报该文章
相关建议 2020-04-24
update 表名 set no=1004,name='bob',sex='men' where no=1005
前提,必须保证no字段不是自增的,如果no字段是数字,如上所写
如果是字符,加单引号
温馨提示:内容为网友见解,仅供参考
当前网址:
https://55.aolonic.com/aa/iiillgl4lefig4rfcig.html
其他看法
第1个回答 2019-03-08
update
prdt
set
prd_no=replace(prd_no,原来的字符,新的字符)
你说的这个就可以写成
update
prdt
set
prd_no=replace(prd_no,'ad','ae')
相似回答
大家正在搜