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
Access Sort continuous form by Columns
get last 4 digit
Oracle Form 4.5 Update Allowed Problem
WIN Network on SBS 2K3 server has disappeared
How can I send HTML formatted emails to someone who signs up on my site
Maintain cloumn width while using datasheet view
Is possible to just to use a wireless router to extend wireless access to wireless access points?
Ruby - Insert Struct to MySql
Network Traffic Analyzer
About direct X / Open GL issue