select  *from [dbo].[odr_ship_order_item] where isbn in (select isbn from odr_ship_order_item group by isbn having count(isbn) = 1)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-27
  • 2022-02-24
  • 2022-12-23
  • 2022-02-04
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案