数据库查询的问题

1.倒叙查询

$this->modelsManager->createBuilder()->orderby('name DESC') 就是倒叙,不带 desc 就是正序了

你可能感兴趣的:(数据库查询的问题)