我有个关于foxpro中的表合并问题想请教
我有两个表,a.dbf,b.dbf,表内的栏目都是一样的,a中的名单比b少,我想把b中的数据同步到a该怎么做(a中有的名单才同步)?a结构如下:Std_uid,Y1,Y2...
我有两个表,a.dbf,b.dbf,表内的栏目都是一样的,a中的名单比b少,
我想把b中的数据同步到a该怎么做(a中有的名单才同步)?
a结构如下:
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
b 1 2 3 4 5 6
c 1 3 5
d
b的结构
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
a 1 2 3 4 5 6
b 1 2 3 4 5 6
c 1 2 3 4 5 6
d 1 2 3 4 5
我想让表a最后达到如下效果,
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
b 1 2 3 4 5 6
c 1 2 3 4 5 6
d 1 2 3 4 5 展开
我想把b中的数据同步到a该怎么做(a中有的名单才同步)?
a结构如下:
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
b 1 2 3 4 5 6
c 1 3 5
d
b的结构
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
a 1 2 3 4 5 6
b 1 2 3 4 5 6
c 1 2 3 4 5 6
d 1 2 3 4 5
我想让表a最后达到如下效果,
Std_uid,Y1,Y2,Y3,Math1,Math2,Math3
b 1 2 3 4 5 6
c 1 2 3 4 5 6
d 1 2 3 4 5 展开
1个回答
展开全部
很容易的事吧。让A表旅腊与B表建立临时察镇帆关联败雹。
sele 1
use a表
sele 2
use b表
index on std_uid tag std_uid
sele 1
set relation to std_uid into b
replace all y1 with b.y1,y2 with b.y2,y3 with b.y3,math1 wigh b.math1,math2 with b.math2,math3 with b.math3
browse
sele 1
use a表
sele 2
use b表
index on std_uid tag std_uid
sele 1
set relation to std_uid into b
replace all y1 with b.y1,y2 with b.y2,y3 with b.y3,math1 wigh b.math1,math2 with b.math2,math3 with b.math3
browse
来自:求助得到的回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询