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
Best way to send mass e-mail (one-offs not newsletters)
Event ID 333 - Server 2003 SP2 I/O Error
sort varchar
ASP - Deleting multiple records
HP Desktop memory
Powershell, get-qadcompter
"Invalid Argument provided." Error when Generating PDFs in VB.NET Application via Crystal Reports Viewer
creating user in default DB (from Login creation)
namespace question
Direct X 10.1 vs Direct X 11, Windows XP SP3 vs Windows 7