Hi all, I have not been using MySQL for too long but have been using SQL7.0 for a 
while now, so I am generally familiar with the structure.  

My basic problem right now is trying to figure out how to get MySQL to do nested 
queries such as ...

select count(*) from (select count(*) as A, group_col from my_table group by 
group_col) as B

Could someone help me out with getting the nested query to work, (I know this can be 
done here with a distinct but work with me here.)  Thanks in advance.


Steve



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to