批量修改(把字段member_mobile 值为15378723352的 列中member_truename字段的值a改为b)
update shopnc_member set member_truename = replace(member_truename,'a','b') where member_mobile = '15378723352'
2.批量修改()
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!