Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,839
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,883
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
It’s all down to what the query needs to do. If it needs to return every field from the records in a table, you may as well use a star, but if you only needed a particular column or two (or three, etc), then you just query for those specific columns.