U
ugvanxk
Unregistered / Unconfirmed
GUEST, unregistred user!
2001-3-9日,我要求调整价格,现在1000这条记录的内容我
1000 -10 -20 -50
2001-3-10日,要求调整价格
1000 -5 -5 -5
建新表
tzid,xsid, dj, pmj, xsj, sj
其中后面记录调整时间和金额
select a.dj-b.dj,a.pmj-b.pmj,a.xsj-b.xsj
from table1 a,table2 b
where a.id=b.xsid and a.sj=b.sj
1000 -10 -20 -50
2001-3-10日,要求调整价格
1000 -5 -5 -5
建新表
tzid,xsid, dj, pmj, xsj, sj
其中后面记录调整时间和金额
select a.dj-b.dj,a.pmj-b.pmj,a.xsj-b.xsj
from table1 a,table2 b
where a.id=b.xsid and a.sj=b.sj