求一条sql的update语句写法

2024-12-03 03:54:10
推荐回答(1个)
回答1:

update 表名
set 序号 = left(序号,3) + '0' + right(序号,1)
where len(序号)=4