作者shihyu (shihyu)
看板Web_Design
標題[問題] mongodb 排序後結果寫入資料庫
時間Fri Oct 16 00:55:24 2020
我寫入資料資料庫日期不連續
想知道要如何把排序後的結果寫回資料庫,不想每次勞出數據都需要再排序一次
下面是我mongo shell 排序指令, 但無法寫回資料庫
use library;
db.getCollection("book").find({}).sort(
{
"date" : -1.0
}
);
謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 106.104.73.53 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Web_Design/M.1602780926.A.AFE.html