re = korea.find({"crawling.transportation.train.정류소":"시청역"})
korea.update( { "crawling.transportation.train": { "$elemMatch": { "정류소": "시청역(서울)" } } },
{ "$set": { 'crawling.transportation.train.$.정류소': '시청역' } } )
반응형
'DB > mongoDB' 카테고리의 다른 글
[mongodb] pymongo element 갯수 쿼리 (0) | 2020.12.04 |
---|---|
mongodb atlas 사용시 필요한 라이브러리 (0) | 2020.11.29 |
몽고db 정말 잘 정리된 블로그 (0) | 2020.11.12 |
몽고db 비교문법 정리 (0) | 2020.07.03 |
python mongoDB(몽고DB)기초 - 접속, 생성, 검색, 삭제 (insert, find, update) (0) | 2020.06.16 |