Re: Line 186 bp-activity-classes.php – SELECT *
Figures I’d use the wrong word “tables” versus “fields” … I knew what I meant .. but am clearly a novice
OK. I was reading that SELECT * is taxing on the server and it’s better to specify the “fields” .. so in that statement … are all the fields required?
Thanks Jeff for the link. In fact, in that example:
SELECT Company, Country FROM Customers WHERE Country ‘USA’
See how they don’t use SELECT * but SELECT Company, Country … that’s really my question for learning today