1.

select * from tb1
except
select * from tb2

2.

select  *  from  t1  where  checksum(*)  not  in  (select  checksum(*)  from  t2)

3.

select  *  from  a  left  join  b   
    on  a.id=b.id  and  b.id  is  null 

相关文章:

  • 2021-07-25
  • 2021-12-17
  • 2022-01-03
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
猜你喜欢
  • 2021-04-19
  • 2021-12-27
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-12-09
相关资源
相似解决方案