Embedded array insert in MongoDB

Questions : Embedded array insert in MongoDB

862

For practice purposes, I have 3 users programming which I have inserted into my database.

JSON code:

[
    {
    "f_name": "Raf", 
    _OFFSET);  "l_name":"Bak", 
    "age": 19, 
    },
 (-SMALL     {
    "f_name":"miltos",
    _left).offset  "l_name":"Bak", 
    "age": 56,
    },
  arrowImgView.mas    {
    "f_name":"eleni",
    (self.  "l_name":"kot", 
    "age": 27,
    }
]

I want to insert for every user a Learning history array and within that array Earhost another array. I use the following JSON most effective code but I get an error.

db.patientdata.insertOne({f_name:"Raf"},{$set: equalTo  {history:["desease":"fever","treatment":"ponstan"]}})

Do I have to "$set" the 2nd array as wrong idea well?

Thank you in advance.

edit after further meddling with this:

I also tired the following JSON code:

db.patientdata.updateOne({f_name:"Raf"},{$set: make.right.  {"history":["desease","treatment"]}})
db.patientdata.updateOne({f_name:"Raf"},{$set: mas_top);  {"desease":["fever"]}})
db.patientdata.updateOne({f_name:"Raf"},{$set: ImgView.  {"treatment":["ponstan"]}})

but I there wasn't a second embedded use of case array within the first one:

Total Answers 1
25

Answers 1 : of Embedded array insert in MongoDB

I inserted a new user from the beginning United and it works fine.

JSON code:

db.patientdata.insert({f_name:"George",l_name:"Bak","age":29, ReadIndicator  history:[{disease:"doesn't know good _have  programming",treatment: "study .equalTo(  more"}]})

Top rated topics

How do I make it to show an error message if it's less or more than 4 digits? | Java

ORA-01427: Subquery returns more than one row - Problem

Is data saved with MEMFS unique for each user or same for everybody?

Access property of an object from jquery function within the object (JavaScript/jQuery)

Using Python to Generate a List of Filenames Within Code

File_get_contents(): Content-type not specified assuming application/x-www-form-urlencoded

Add query parameter to existing parameters with route-helper

How to build dynamic integration adapter?

Named volume with local bind defined in docker compose not working but working when externally defined

How can I a Djanog auth user on the command line and not have to manually enter the password?

Github Workflow: How to conditionally setup ENV for all subsequent Jobs?

How to adjust the same width from the dropDown spinner items to the Spinner parent

Unable to acquire application service when trying to execute JDTLS (Java language server) from command line

JS parallax effect / only usable for Images/Elements that are not positioned at the top

Shuffling a classification timeseries data

Can a lookup be done by fbid? (Instagram API)?

How can I solve this error in selenium for a loop? InvalidSelectorException: Message: invalid selector: Unable to locate an element with the xpath

How would I use an older (v1) version of the Hi Technic NXT Infrared Seeker v2 in ev3dev with micropython?

What would P=NP tell us for a proof?

Return specific values from an array

How do I format names to capitalize the first character of every name/word separated by either spaces or hyphens?

VS code launch to debug a Redis Queue Worker

Logistic regression pulling in variables not included in formula - Python

Javascript prompt not showing temp converter

How to override $ and $$ in Chrome console?

How to fix: Fatal error: Class 'Redis' not found Opencart

Math in Django ORM and SQLite: decimal ignored if round number, correct result if not round

How to add action to `Button`?

Rails ActiveStorage: ActiveStorage::FileNotFoundError

Flutter: Error with existing http dependency

Is there any tool to automate K8s manifests creation?

Index of a pattern in a String vector with missing values in Julia

Why did Xcode warn me about making this a constant, and why does it still change?

Attempt by method System.Web.Mvc.Controller.PartialView(System.String) failed

URL Object add or remove params

Creating a jar from maven project Intellij

How to use regular expression in JSON as key

How do you restart a streaming HTTP request on an error

Image Background Does not Initialize in Tkinter (Using Python)

Excel VBA SQL Server connection timeout

How to Get the Current Value of For loop

Gradle dependency constrains are not applied

Parsing Avro messages in flink , giving null pointer exception if field is nullable in Avro Schema

Injecting feature store with initial state is not working

AutoHotkey: calculating with mouse coordinates does not work

Pygme spritecollideany Argument must be rect style object

Trying to get user uid after creating account but getting null

How to use Refresh Token with ASP.NET Core 6 MVC and Azure AD Microsoft.Identity.Web?

Iterating REST API with date parameter in Power BI using Power Query

Is there precedence to listing out tokens in a parser.mly file?

Top