摘要: alter table USERS add tmp_col NUMBER(1);-- 添加临时列 update USERS set tmp_col = CUSTOMER_MARITAL_STATUS ; --将目标字段中数据加入到临时列中 update USERS set CUSTOMER_MARI 阅读全文
posted @ 2020-07-01 14:42 Mr、DIVE 阅读(657) 评论(0) 推荐(0)