سؤال

What I what is a query with offset and limit of one, that when the offset is bigger than the count it returns the first one.

For example: if I have a collecton with 3 elements and I do a query with offset = 4 I will get the first element. Any idea of how to implement this?

هل كانت مفيدة؟

المحلول

Do a count() first and if the number is less than your offset do a findOne?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top