Use 'count' to get item count because it performs SELECT COUNT(*) instead of...
Use 'count' to get item count because it performs SELECT COUNT(*) instead of instantiating objects and then counting them.
Please register or sign in to comment
Use 'count' to get item count because it performs SELECT COUNT(*) instead of instantiating objects and then counting them.