2017年12月13日
摘要: alter table DM_SELF_PROGRAM rename column document to my_document; alter table DM_SELF_PROGRAM add document clob; update DM_SELF_PROGRAM set document = my_document; alter table DM_SELF_PROGRAM drop c... 阅读全文
posted @ 2017-12-13 16:20 大山008 阅读(1008) 评论(0) 推荐(0)