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
ESXi compatible hardware
Capture Linkbutton click event in Master page from Content page
Configuring Incoming Mail to SharePoint w/o Exchange on-site
How do I retire a Windows Server 2003 from a Domain
RHCE Exam
esx 4 update 01 no 64bit server will install
Number of records when appending query via VBA
Order points in rectangle
Database Driven Website
Building a Where Clause based on Check Box