我有这个表:MS访问SQL帮助
beneficiary service marks term
1 eng 50 1
1 eng 2
1 math 30 1
1 math 20 2
1 com 1
1 com 70 2
2 com 1
2 com 30 2
2 eng 20 1
2 eng 30 2
我怎么能只提取的行,受益人/服务双有标记两个方面在服务 ?
所以从这个表应该只返回:
beneficiary service mark term
1 math 30 1
1 math 20 2
2 eng 20 1
2 eng 30 2
我不懂你的问题。 “在服务中这两个术语都有什么标志”是什么意思? – Flimzy
如果你看第二张表,它应该是有意义的 – Ali
而'服务'列对应于这些考试? – Flimzy