suchen

Heim  >  Fragen und Antworten  >  Hauptteil

mongodb如何实现mysql里的replace用法

例如:mysql里:
UPDATE tb1 SET f1=REPLACE(f1, 'abc', 'def');
那么在mongodb下,如何实现类似的用法?就是针对collection中某个key的值value,进行字符串替换。

PHPzPHPz2797 Tage vor807

Antworte allen(1)Ich werde antworten

  • 巴扎黑

    巴扎黑2017-04-24 09:11:38

    自定义func啊,很方便

    目测你是要批量操作,mapreduce

    Antwort
    0
  • StornierenAntwort