SO History.

 

select * from oe_order_header_history
where 1=1
and header_id = 369430;

select * from oe_order_lines_history
where 1=1
and header_id = 369430;        

select *
from oe_reasons
where 1=1
and header_id = 369430;

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2022-03-02
  • 2021-05-15
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案