Jump to content

Counting Records


jester626

Recommended Posts

OK, I know this is simple, but for some reason my brain is just not working through this for some reason. I have been able to successfully do a record count from an entire table, however in the table I have several categories that I want to list individually, next to each category I want to have a list of links under that category. For example:

 

Personal Development (15)

Leadership (10)

Human Resources (5)

 

I have gotten to the point of displaying each category by using the GROUP BY function (  SELECT *

FROM TBL_ResourceLinks GROUP BY LinkCategory )  I have been trying to use the Sum function but I feel that is not the way to go.

 

Can someone please help me get past this major brain cramp?

 

Thanks,

 

 

Link to comment
https://forums.phpfreaks.com/topic/85835-counting-records/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.