Microsoft
Software
Hardware
Network
Question : How to get count of query with group by clause
Hello All,
I need to get count of group by clause which I am not able to figure out how to do it.
For Example: My Query is select * from license where address_type='T' groupby phone_number.
I need the count of the resultset returned by the query.
Thanks in advance.
-Dojjol
Answer : How to get count of query with group by clause
select count(tmp.*) from
(
select * from license where address_type='T' group by phone_number
) tmp
Random Solutions
yum install 7 Zip
Web Service limits
When the same MS Word 2007 Application runs on different machines, Forms on one machine may have darker shades of gray than on another. Why?
How to fix - File system full on disk - error during reboot?
Webassist Dynamic Drop Down
How to deny write to the desktop for users?
Generate Excel Charts by offsetting series
SQL Server 2008 Licensing
SQL sub query help needed
How to remove automatic login from Outlook 2010