摘要: 总结:1、查询时用 not in 效率极其低下,因此结合left join改为in查询,效率很快 原语句: select * from my_test_table where id not in (select b.id as id from ( SELECT MAX(a.`ModifyAt`)Mo 阅读全文
posted @ 2020-04-22 12:04 向萧 阅读(2606) 评论(0) 推荐(0) 编辑