Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在基于查询创建 Access 报表时,当需要对报表进行排序时,必须使用排序和分组图标在报表本身中定义排序键和顺序。 我的问题是在基础查询中定义任何排序顺序是否会对性能产生影响,或者这些只是被 Access 报告忽略了吗?
对于非常大的结果集,查询上的额外排序可能会减慢速度,因此如果可以的话,最好避免它。我没有看到任何提及“忽略”底层查询的 ORDER BY 子句的 Access 报告。我想这是可能的,但我有点怀疑......