Jump to content

Adding COUNTS of multiple columns


jaredlui

Recommended Posts

MySQL server version: 5.0.92

 

Okay, I have learned that you cannot simply list a bunch of columns in a SELECT COUNT statement and expect it to work.

 

i.e. SELECT COUNT(images1,images2,images3) FROM members (which I guess really doesn't makes sense anyway)

 

I would think it's a pretty common thing to add the COUNTS of several columns in a table together and have found a plethora of articles on it, all different and none simple enough to makes sense to me.

 

Is there a common model that simply adds the COUNTS of column1 + column2 + column3?

 

This is what I want:

row | col1 | col2 | col3

1----| --X--| --X-- | --X

2----| ------| --X --| --X

3----| --X--| ------ | --X

----------------------------

----------2--+---2--+--3---= 7

 

If not what is the best practice? I thought about creating a single SELECT COUNT recordset for each column and then using php tp add them all up. However I have 10 columns that need to be added and I think I could do this easier than creating 10 more recordsets. Plus I'm a noob with PHp and MySQL. I've tried using UNION but I soon figured I was doing it wrong.

 

Thanks for your advice.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.