Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 books 的数据库表
books ('id', 'sku', 'date_added')
日期时间在哪里date_added。
date_added
我需要运行查询以按上个月添加的数量查找所有书籍。现在我可以做到并获得一个列表,但对于没有上传任何日期的日期,我需要一个 0。我如何实现这一点?
还有什么查询会给我按月上传的书籍数量?