I want to query something with SQL's like
query: 我想查詢一些與SQL的like
查詢: mongodb
SELECT * FROM users WHERE name LIKE '%m%'
How to do I achieve the same in MongoDB? 我如何在MongoDB中實現相同目標? I can't find an operator for like
in the documentation . 我在文檔中找不到like
的運算符。 spa