2021年8月12日

oracle merge into 小例

摘要: 今天调试程序查看日志遇到如下日志打印 Preparing: merge into ex_mistakes_tb a using (select ? user_no, ? quest_no from dual) b on (a.user_no = b.user_no and a.quest_no = 阅读全文

posted @ 2021-08-12 10:21 hi-gdl 阅读(87) 评论(0) 推荐(0) 编辑

导航