Forum Discussion
HariniVuppala
Expert
keithkelly The below query might be helpful to you to get the unanswered topics count.
select count(*) from messages where conversation.solved=false and board.id="boardid" and depth=0 and post_time > 2024-02-01T00:00:00.000-00:00 and post_time < 2024-02-01T23:59:59.999-00:00
DasariPrashanth
9 months agoHelper
yes, this should work, but I think >=, <= should be used instead of >,< for post_time constraint
Related Content
- 8 years ago
- 13 years ago