Oracle两张之间修改数据
摘要:
Oracle两表数据修改 1.连表修改 UPDATE table1 SET column1 = ( SELECT column2 FROM table2 WHERE table1.id = table2.id ); 阅读全文
posted @ 2024-01-04 17:20 VincentYew 阅读(264) 评论(0) 推荐(0)
欢迎来到Vincentyw的博客
posted @ 2024-01-04 17:20 VincentYew 阅读(264) 评论(0) 推荐(0)