W
webug
Unregistered / Unconfirmed
GUEST, unregistred user!
今有两个库c:/a.mdb,c:/b.mdb, 两库中有同名表tablea,请问下面这语句错在哪?提示from语句错?
select aa.gradeid from tablea in "c:/a.mdb" aa ,tablea in "c:/b.mdb" bb where aa.studentid=bb.studentid
并且如何用sql实现foxpro类似功能
sele 1
use a
index on id to aid
sele 2
use b
index on id to bid
set rela to id into a
repl all b.xxx with a.xxx
select aa.gradeid from tablea in "c:/a.mdb" aa ,tablea in "c:/b.mdb" bb where aa.studentid=bb.studentid
并且如何用sql实现foxpro类似功能
sele 1
use a
index on id to aid
sele 2
use b
index on id to bid
set rela to id into a
repl all b.xxx with a.xxx