摘要:
由于系统中出现了不完整的数据,需要从另一个表中把数据更新过来,在SqlServer中的写法如下: update table2 set table2.cc=table1.bb from table1,table2 where table1.aa=table2.aa 在oracle中却无法执行,问了一个牛人,原来oralce要这样写: update table2 set table2.cc... 阅读全文
posted @ 2005-10-12 16:02
iseast
阅读(1249)
评论(3)
推荐(0)