gpt4 book ai didi

javascript - Sequelize findOne 最新条目

转载 作者:IT老高 更新时间:2023-10-28 22:00:52 25 4
gpt4 key购买 nike

我需要在表格中找到最新的条目。做这个的最好方式是什么?该表具有 Sequelize 的默认 createdAt 字段。

最佳答案

model.findOne({
where: { key },
order: [ [ 'createdAt', 'DESC' ]],
});

关于javascript - Sequelize findOne 最新条目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35445849/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com