MongoDB Query with “like” Example AQSA Spark By {Examples}
MongoDB doesn’t support SQL like operator to query the document, however, you can use the $regex operator with db.collection.find() method to get a similar result. The $regex operator is used to perform pattern matching against a string. Furthermore, we can search for documents in the… Read More »MongoDB Query with “like” Example AQSA Spark By {Examples}