Query between 2 tables with Mongodb

Hi guys, I am new to metabase.

Can someone tell me how to query 2 tables with mongodb?

Hi @baoanhvu1806
I’m not sure what you are trying to do, but currently the Notebook editor does not support MongoDB for making joins, so you would need to do it manually with a Native query.

Could you please help me make an example query:
For example, I would like to match customer_name in “customer” table and customer_ID in “transaction” table

@baoanhvu1806 I don’t use MongoDB, but I would recommend that you search on stackoverflow.com or similar sites, since it doesn’t really have anything to do with Metabase.