Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mongodb に Mysql の DATE_ADD() 関数に相当するものはありますか?
これは現在不可能です。「$inc」修飾子を MongoDB の日付で使用できるようにする機能のリクエストがあり、将来のバージョンでこれが可能になります。ここでチケットに投票して追跡できます。
別の方法として、日付をミリ秒単位で保存し、$inc を使用して加算します。