SO History

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;

原文地址:https://www.cnblogs.com/quanweiru/p/3042145.html