sql >> データベース >  >> NoSQL >> MongoDB

変数を使用してmongoコレクションを呼び出す

    お気づきのように、ドット(.)は使用できません。 ) ここ。角かっこ[]を使用する必要があります コレクションの名前を計算します。ここでは、+を使用します collectionを連結する演算子 およびcollect_id

    mycollection = db['collection' + collec_id]
    



    1. MongoDB C#Aggregation-unwind-> groupBy

    2. spring-data-redisを使用してredisのエンティティを更新します

    3. MongoDB Orders / Sales Aggregation Group Per Month Sum Total + Count Field

    4. MongoEngineを使用して並べ替えますか?