نکات کاربردی

طبقه بندی موضوعی

آخرین مطالب

۲ مطلب با کلمه‌ی کلیدی «mongodb» ثبت شده است

collection.find(eq("item", null));

دستور فوق  در mongodb دو عملیات پوشش میده:

۱- فیلد "item" وجود داشته باشه و مقدارش null باشه.

۲- فیلد "item" وجود نداشته باشه


Query for Null or Missing Fields

behrad nasehi
۱۹ ارديبهشت ۰۱ ، ۱۲:۳۴ موافقین ۰ مخالفین ۰ ۰ نظر

 

 

Collections in MongoDB is equivalent to the tables in RDBMS.
Documents in MongoDB is equivalent to the rows in RDBMS.
Fields in MongoDB is equivalent to the columns in RDBMS.

 

 

Table vs Collection

Mapping Relational Databases to MongoDB

 

behrad nasehi
۰۶ تیر ۰۰ ، ۰۹:۰۲ موافقین ۰ مخالفین ۰ ۰ نظر