go

PostgreSQL索引与顺序

英文: postgresql index with order 问题 在 PostgreSQL 中,是否有办法在字段上创建索引,并确保索引返回按 id 降序排列的结果? 谢谢 英文: is there...