oracle 可以多个字段同时in 可以减少查询的次数

select * from table
where (patient_id,visit_id) in (select '80870719','1' from dual)

相关文章:

  • 2022-12-23
  • 2021-08-17
  • 2021-07-05
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案