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
Move DC role from Exchange Server
Setting up FTP Users on IIS 7.5
How Can I Get Rsync to Include Subdirectories?
can ping by ip, and by name, but not browse
how can i get the location of some body by his mobile number or computer IP?
File Size vs String Size
Task Scheduler Windows 2008 Server performs task but stays stuck on running. Will this affect the next time the task runs?
#550 5.3.4 SMTPSEND.OverAdvertisedSiz
e; message size exceeds fixed maximum size ##
Library module to process RAW camera files?
How to configure the email check interval in Lotus Domino 8