[問題] mongodb 排序後結果寫入資料庫

作者: shihyu (shihyu)   2020-10-16 00:55:24
我寫入資料資料庫日期不連續
想知道要如何把排序後的結果寫回資料庫,不想每次勞出數據都需要再排序一次
下面是我mongo shell 排序指令, 但無法寫回資料庫
use library;
db.getCollection("book").find({}).sort(
{
"date" : -1.0
}
);
謝謝

Links booklink

Contact Us: admin [ a t ] ucptt.com