This is my sample db
[
{
‘field1’:‘val1’,
‘field2’: ‘val1’
}
]
This has happened to a large number of my data. How can I compare the values of field1 and field2 of a document?
This is my sample db
[
{
‘field1’:‘val1’,
‘field2’: ‘val1’
}
]
This has happened to a large number of my data. How can I compare the values of field1 and field2 of a document?