如何根据同一文件选择朋友的数据?

时间:2018-01-30 23:26:05

标签: mongodb

如何从用户文档中选择朋友数据。 EG: -

888

我想根据朋友的对象/数组中的ID搜索用户的集合。

修改

输出应该像

 \|\|\|                # 3 pipe symbols
 \K                    # Exclude previous items from the match (group 0)
 \d{3,5}               # 3-5 digits
 (?= \|\|\| )          # Assertion, not consumed, 3 pipe symbols ahead

0 个答案:

没有答案