how to join two tables in mongodb

后端 未结 3 510
太阳男子
太阳男子 2020-12-11 12:52

how to join two tables in mongodb.

For example, table 1 : users table 2 : examples

Here users table having username and examples table also having username,

3条回答
  •  星月不相逢
    2020-12-11 13:22

    There is nothing like join in mongodb

    Check below answer

    MongoDB: Combine data from multiple collections into one..how?

提交回复
热议问题