MongoDB Tutorial for Beginners - 7 - AND/ OR Conditions

preview_player
Показать описание

📱 Follow Codevolution

Combining multiple conditions to query Mongodb.

Mongodb | Mongodb Tutorials | Mongodb Query.
Рекомендации по теме
Комментарии
Автор

It's a great tutorial, but data type for Salary is string, which got me nervous while I was testing $gt and $lt with $or. Changed to double, worked fine.

SamJust