sql server将某一字段中的特定字符删除

xiaoxiao2021-02-28  97

update your_table set your_field=replace(your_field,你的制定字符,"")
转载请注明原文地址: https://www.6miu.com/read-27924.html

最新回复(0)