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
Visual Basic ListView / SQL
C# textbox maxlength
How to open new pdf window using struts ?
Unable to retrieve rootDSE of ldap server
Help needed to choose create automated process for data feed FTP upload
Advice on Gbic switches for major network installation
Group Policy not applying to XP Machines
Read all data from a datagridview and copy it to a public array or something like that...
setting SMTP server - please see attached file - it is not working
Access Report - Where Condition