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
Identifying SqlServer file
excel vba to save worksheet as mht file
Cisco router ddns help!!!
Best Software Environment to create Image / Designs / Templates for Websites
Is this BIOS-setting correct?
Sharing Access File
select where last digits
Microsoft Access: Creating a payment system.
stop Weblogic managed server without node manager and admin server
Port Forwarding over Draytek VPN - help needed