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
Powershell script to delete files older than x days
Best way to swap out SBS servers
Hyper-v virtual m/c issues
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
Create a Currency field from a text field
How to install VMWare ESX 4 onto HP BL460 Blade server C7000
ASP.NET ChartControl
Easy to use student management software
Emails sent as BCC
Get DNS to clients when using IPV6 Stateless configuration