Update document in mongodb

Basic syntax of update() method is as follows
db.COLLECTION_NAME.update
(SELECTIOIN_CRITERIA, UPDATED_DATA)

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl