摘要:
需求是要修改Oracle某列表中把这一列中全部的100换成200;update b_nodes a set a.childs=replace((select childs from b_nodes b where b.nodeid=a.nodeid),'100','200') where a.chi... 阅读全文
posted @ 2014-10-10 10:25
小小夜
阅读(3896)
评论(0)
推荐(0)