Hi,
I have a document in Couchbase as structured below. I want to update the value for field body. Please help me with the right syntax.
Current doc
{
“body”: [
“11”,
“WAKIRFALL”,
“3P-W6-MO”
],
“desx”:“ddd”
}
Future State - The below query shows sybtax error
UPDATE business_rules set body=’[“11”,“SAEDED”,“3P-U6-MO”]’ using keys [‘rule_external_rt_1’]
Thanks. Please help