SOQL查询要整整一个月,除了上周
我想查询一个月的记录,除了那个月的去年。 我的SOQL查询是这个
select id,name from opportunity where CreatedDate=THIS_MONTH And WEEK_IN_MONTH IN (1,2,3)
SOQL查询以获取整个月,除了上周。
I want to query for records of a month, except that month's last year.
my soql query is this
select id,name from opportunity where CreatedDate=THIS_MONTH And WEEK_IN_MONTH IN (1,2,3)
soql query to get the whole month, except its last week.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
您将其标记为Apex,所以您可以作弊吗?
Yoou tagged it apex so can you cheat?