Python Mongodb tutorial


update() method or  save()



Download 0,81 Mb.
Pdf ko'rish
bet17/20
Sana14.06.2022
Hajmi0,81 Mb.
#668856
1   ...   12   13   14   15   16   17   18   19   20
Bog'liq
python mongodb tutorial

update()
method or 
save()
method. 
The update method modifies the existing document whereas the save method replaces the 
existing document with the new one. 
Syntax 
Following is the syntax of the update() and save() methods of MangoDB: 
>db.COLLECTION_NAME.update(SELECTION_CRITERIA, UPDATED_DATA) 
Or, 
db.COLLECTION_NAME.save({_id:ObjectId(),NEW_DATA}) 
Example 
Assume we have created a collection in a database and inserted 3 records in it as shown 
below: 
> use testdatabase 
switched to db testdatabase 
> data = [ 
... {"_id": "1001", "name": "Ram", "age": "26", "city": "Hyderabad"}, 
... {"_id": "1002", "name" : "Rahim", "age" : 27, "city" : "Bangalore" }, 
... {"_id": "1003", "name" : "Robert", "age" : 28, "city" : "Mumbai" }] 


"_id" : "1001", 
"name" : "Ram", 
"age" : "26", 
"city" : "Hyderabad" 
}, 

"_id" : "1002", 
"name" : "Rahim", 
"age" : 27, 
"city" : "Bangalore" 
}, 
10.
 
Python MongoDB ― Update 


Python MongoDB
28 

"_id" : "1003", 
"name" : "Robert", 
"age" : 28, 
"city" : "Mumbai" 


> db.createCollection("sample") 
{ "ok" : 1 } 
> db.sample.insert(data) 
Following method updates the city value of the document with id 1002. 
> db.sample.update({"_id":"1002"},{"$set":{"city":"Visakhapatnam"}}) 
WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 1 }) 
> db.sample.find() 
{ "_id" : "1001", "name" : "Ram", "age" : "26", "city" : "Hyderabad" } 
{ "_id" : "1002", "name" : "Rahim", "age" : 27, "city" : "Visakhapatnam" } 
{ "_id" : "1003", "name" : "Robert", "age" : 28, "city" : "Mumbai" } 
Similarly you can replace the document with new data by saving it with same id using 
the save() method. 


Download 0,81 Mb.

Do'stlaringiz bilan baham:
1   ...   12   13   14   15   16   17   18   19   20




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish