用substr分一下比方说你要在第五位加0那就是update tabName set colName = substr(colName e,0,5) ||'0'||substr(colName e,5,length(colName))
最简单的方法就是在数据库改