Microsoft
Software
Hardware
Network
Question : SQL query to extract distinct years and number of members within a year
Hi All
I need a view in my SQL DB from one single table where I can show 2 columns:
1: Number of different birthyears
2: Number of members within a single year
And as I said - all in a single view with 2 colums.
Answer : SQL query to extract distinct years and number of members within a year
select year(birthdate), count(*)
from members
group by year(birthdate)
Random Solutions
IIS host header and DNS
HTA Dynamic Drop Down List
Windows Server 2008 - Group Policy Management - Remove Computer Management
Windows 2008 Network Load Balancing
How to Configure Failover Clusters With Win 2008 Server R2?
IIs7 on Windows server 2003
Microsoft ebs security server configuration
Socket Question
Remove exchange connection in Outlook
how to change domain name in sbs 2008