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
Two computers conected by ethernet to same router
How to Install JBOSS on windows xp
Setting Reporting Services data driven subscription Using Web Service
Javascript to toggle DIVs and scroll to anchor link IF there is an anchor link in URL
Nested Gridviews RowDataBound Event Problem
program returns false missing files after find the files
HP Laptop w/ Vista freezing regularly
How to round numbers
Duplicate Calendars in Outlook 2007
HTML Multiselect Box