Jump to content

[SOLVED] getting number of rows in a complex query


phpknight

Recommended Posts

Hi,

 

I know that I can use COUNT(*) to get the number of rows in a table, etc.  However, is there a way I can run a relatively complex query and just get the number of rows returned to me instead of all the data?  For instance, I want to just count how many images are in a gallery of a certain user--to get this I have to do a complex join with multiple tables, but if they have thousands, I just want the number.  I really do not need thousands of rows.  Does anybody know how to do this?  I seem to be having trouble accomplishing this.

Link to comment
Share on other sites

Thanks for the input. I was able to fix this by rewriting the query.  It is much more efficient now.

 

But, basically the old question is something like this: In a query when you have SELECT DISTINCT, how do you get the count of the number of distinct rows here.  If I put count to the left, that is bad syntax.  However, if I take distinct out, then the results are not what I want.

 

 

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.