Answer Posted / Pramod Kumar Singh
In MongoDB query syntax, $lt (less than) only matches documents where the value is strictly less than the specified value. On the other hand, $lte (less than or equal to) matches documents where the value is either less than or equal to the specified value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers