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
Sending email from ASP.Net 2.0
how can i translate gujarati sentence into english sentence ??
Populate an existing PDF form from PHP/MySQL recordset
Running the System Update readiness tool.
I wanted to parse out text in outlook using VBA and save the values in a spread sheet
IRC SSL certificate verification
How to make slide wordpress themes?
fiddling nose habit
Login control design and Programming
Which is better G711 alaw, or GSm codecs