Mongo Db Sorgular

//db.getCollection('FileContext2').find({})

/* eklemek için
db.FileContext2.update({},
                          {$set : {"OrderId2":2}},
                          {upsert:false,
                          multi:true})
*/

/* ilgili field collectiondan çıkarmak için
db.FileContext2.update({},{$unset: {OrderId2:1}},false,true)
*/    
/*
//önce değişmemiş haline bak
db.FileContext2.find({"_id" : ObjectId("566e1749a630f21d1cfadc19")})
//sonra güncelle
db.FileContext2.update({"_id" : ObjectId("566e1749a630f21d1cfadc19")},{ $set : { "OrderId": 23}})
//sonra güncellenen sorguya bak
db.FileContext2.find({"_id" : ObjectId("566e1749a630f21d1cfadc19")})
*/

Yorumlar

Bu blogdaki popüler yayınlar

Haproxy ve arkada 2 nginx server yönlendirme

04.06.2018 - 08-06.2018 arası işler