假设表table1,列a,表table2,列b
select a from table1
where 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
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
相关资源
相似解决方案