讨论关于select count(*) from table和 select count(1) from table的性能讨论。
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1156159920245
本文探讨了在数据库查询中使用 SELECT COUNT(*) 和 SELECT COUNT(1) 的性能差异。通过实际案例分析这两种写法在不同场景下的表现,帮助读者理解如何选择更优的查询方式。
讨论关于select count(*) from table和 select count(1) from table的性能讨论。
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1156159920245

被折叠的 条评论
为什么被折叠?
