oracle update语句更新A表的字段的值赋到A表的另外一个字段

如题所述

table :test
a
b

将b栏位的值付给a栏位(注意b栏位的字符串长度不能大于a栏位的字符串长度)
update test
set a=b
温馨提示:答案为网友推荐,仅供参考
相似回答