View Single Post

   
  #5 (permalink)  
Old 02-28-2008, 10:44 AM
Aerik
 
Posts: n/a
Default Re: Simple newbie COUNT question

On May 3, 3:20 am, lister <listerofsme...@hotmail.com> wrote:
> How do I get the results of a SELECT, and count the results at the
> same time?
>


Can't do it in one command. Mysql has a command that lets you get the
number of results served in the last query, but I don't remember what
it is. Your programming language of choice might offer up an easy
way to accomplish what you're after though.

Aerik


Reply With Quote