mysql单表子查询
我的“条目”表中有两列:一个非唯一的 ID 和一个日期戳 (YYYY-MM-DD)。我想选择“今天插入的所有以前从未输入过的条目 ID”。
我一直在尝试使用子查询,但我认为我没有正确使用它,因为它们都是在同一个表上执行的。有人可以帮助我使用正确的 select 语句吗?如果需要,我可以提供更多详细信息。
I have 2 columns in an "entries" table: a non-unique id, and a date stamp (YYYY-MM-DD). I want to select "all of the entry id's that were inserted today that have never been entered before."
I've been trying to use a subquery, but I don't think I'm using it right since they're both performed on the same table. Could someone help me out with the proper select statement? I can provide more details if need be.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
免责声明:我现在无法访问 mysql 数据库,但这应该有帮助:
Disclaimer: I don't have access to a mysql database right now, but this should help: