Oracle查询过去一个时间点的库存
create table CUX_ONHAND( item_code VARCHAR2(30), subinventory VARCHAR2(30), transaction_qty NUMBER);create table CUX_TRANSACTION( item_code VARCHAR2(30), subinventory