select a.* from SYS_Account a
where a.id not in (
    select pId from SYS_Account
    where isDel = 0 
    and id <> '-1000'
    --null
)
and isDel = 0 and id <> '-1000'

 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-04-06
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-07-13
猜你喜欢
  • 2022-01-15
  • 2021-12-21
  • 2021-04-10
  • 2022-12-23
  • 2021-12-30
  • 2021-07-30
相关资源
相似解决方案