假设表table1,列a,表table2,列bselect a from table1where a not in(select b from table2) 相关文章: 2021-07-02 2021-12-10 2021-11-17 2022-12-23 2022-01-12 2022-12-23