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
Windows 2008 ServeRaid driver
Info@... users Not receiving email
crystal parameter value to return all values
Service policy is in suspended mode
NAT on ASA to a remote server
OWA will not work for mailbox in non-internet facing AD site
What's the probability of an American being killed by a terrorist? 1970's 1980's 1990's 2000's
Access 2007Nz and nvl functions don't work on report field with a Sum if no records are present
How do I properly setup "Internet Address" and install SSL certificate in SBS 2008?
Can I enable encryption on the Motorola Droid?