update tab set col = right(col,len(col)-2)从右边截取 值长度 - 2
字段=right(字段,len(字段)-2)
update table set col=substring(col,3,len(col))