【发布时间】:2012-12-19 03:59:49
【问题描述】:
我有两个表 table1 和 table2。两个表都有多个列。
table1: serialno , recordno....
table2: recodno,issueid....
我想检索table1 中的所有行,
issueid 来自table2,条件为table1.recordno=table2.recordno
来自table1 的recordno 是主键。我正在使用 MS-Access 数据库。
【问题讨论】:
标签: sql ms-access-2007