mongo db like

Solutions on MaxInterview for mongo db like by the best coders in the world

showing results for - "mongo db like"
Amaury
08 Jan 2020
1db.users.find({name: /ro$/}) //like '%ro'
2
Elisa
07 Jan 2017
1db.users.find({name: /a/})  // Like '%a%'
2