选择问题
我有一个表,其中的行有两列
A 1
A 2
B 1
B 3
C 1
C 2
C 3
,我只想从中获取这个 ID(a,b 或 c),它只有 2 行,值为 1,2,所以从这个表中我应该得到 a,因为 b 没有t 行包含 2,c 包含行包含 1 和 b,但也包含行包含 c..
获取该行的最简单方法是什么?
I have a table with rows with two columns
A 1
A 2
B 1
B 3
C 1
C 2
C 3
and I want to get from this only this ID(a,b or c) which has only 2 rows with value 1,2, so from this table I should get a, bacause b hasn't row with 2, and c has rows with 1 and b, but also has row with c..
What is the simplest way to get this row?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者用另一种方式扩展到超过 2 个数字
Or another way extendible to more than 2 numbers