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
how to use CFCONTENT to deliver files from a folder outside web root, to a web browser? and loop through a series of fileIDs associated with a DocumentID
How to diagnose hard disk physical & logical errors ?
How to make Delphi 2007 application compatible with Windows 7 OS?
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
CCSP certification
Excel - VBA text formatting
Unattended Windows 7 Installation answer file not working
number the records in 4gl query
Cisco ASA 5505 not passing traffic (Possible NAT or ACL issue)
MS Dynamics 4.0 Outlook Configuration - Microsoft Dynamics CRM server is not available