是否可以执行多个orderBy()列?
knex .select() .table('products') .orderBy('id', 'asc')
orderBy()可链接只需要一个列键和一个排序值,但我如何按多列排序?
node.js knex.js
knex.js ×1
node.js ×1