/images/avatar.jpg

SQL中因为null导致的空结果

SQL中因为null导致的空结果 in/not in 的结果是依赖于“=”等值判断的结果;exists/not exists 虽然是判断集合是否为空,但通常里面的子查询做的是值判断 minus消灭了重复行!这就是前文所说的 not in 和 not exists 并非真正意义上的差集。 优化(写出鲁棒性更好的SQL!) 所以在group by之前都执行以下where \*.\* is not null

Windows下导入导出数据库

Windows下导入导出数据库 mysqldump -u root -proot school > C:/Users/wolfdan666/Desktop/Blog/SQL/数据库/school.sql mysql -u root -proot school > C:/Users/wolfdan666/Desktop/Blog/SQL/数据库/school.sql

ARST打卡第33周[33/521]

数据流中的中位数 2020 and Beyond Programming Trend Predictions 应对变化,我们只要做好不变的就行了--掌握内核思想,终身学习 关于个人网站未来的讨论-Hexo,Hugo,Wordpress ICP备案经历与后续,腾讯云的域名,华为云主机,在华为云备案 导出导入数据库