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
generate a report of excel files with links
How to avoid zero(s) in front of number(s) disappears in array
Raid 1 Hard drive failed PowerEdge 1850
Key combination split desktop into 4
Error with RemoveHandler and AddHandler
Translating coordinates from one coordinate system to another
how can i find all ILO boards on a network
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
Lightweight network management for mobile workforce
Asterisk - How to detect / trigger using Asterisk Manager API