选择具有非不同外键的行
我有一个表“pages”,如下所示:
id | title | menu_id
1 'foo' 1
2 'bar' 1
3 'baz' 2
我正在尝试选择 menu_id 不不同的行。在此示例中,查询应仅返回前两行。最好的方法是什么?
I have a table 'pages' that looks like this:
id | title | menu_id
1 'foo' 1
2 'bar' 1
3 'baz' 2
I'm trying to select rows whose menu_id is NOT distinct. In this example, the query should return only the first two rows. What is the best way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)