使用 CAML 查询从列表获取最大日期
如何从列表日期列中获取最大日期和最小日期
how can i get max Date and Min Date from a list Date Column
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从列表日期列中获取最大日期和最小日期
how can i get max Date and Min Date from a list Date Column
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
强力方法是创建两个查询来检索按日期升序和降序排序的列表内容。 我知道这很糟糕,但至少您可以继续您的项目并稍后完善查询。
如果能够检索到前 1 名,那么它甚至可以在生产中工作。
The brute force approach is to create two queries that will retrieve the list content sorted by date asc and desc. I know that this sucks but at least you can move on with you project and refine the query later on.
If only it was possible to retrieve top 1 then it might even work in production.