access数据库 多表连接 插入数据

如题所述

第1个回答  2019-11-12
insert
into
A(age)
values(50)where
bid=(select
bid
from
b
where
A.bid=B.bid)
是这样么