rec.open "select [a].name,[b].age,[c].height from a,b,c where a.no = b.no and b.no = c.no and a.no =1"从abc3表中分别取出1条记录3个字段,每条记录的no字段都是1