摘要:
0. 准备相关表来进行接下来的测试 相关建表语句请看:https://github.com/YangBaohust/my_sql 1. 使用left join优化not in子句 例子:找出取经组中不属于悟空朋友圈的人 not in写法:select * from user1 a where a.u 阅读全文
摘要:
一、概述 最近在测试环境的一个oracle数据库上面,使用exp将表导出没有问题,而将导出的文件使用imp导入时却出现了如下错误。 IMP-00009: abnormal end of export file Import terminated successfully with warnings. 阅读全文