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
Powerpoint 2003 - in Vista -
imap_mail_move on POP3 mailbox
Exchange 2010 resource mailbox for meeting room
Setting Folder Permission in Windows XP - VB Script
Exchange 2007 mail relay
How do I add rows to a datagridview based upon a For Each statement in VS2008?
Error message when replying, sending, openning email in OWA
exiting users from database
Which AV receiver will cover listed requirements?
Library module to process RAW camera files?