Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query

Status
Not open for further replies.

karephul

Programmer
Joined
May 14, 2006
Messages
24
Location
US

I have a relation in which I am maintaing all the registered users and have a column date which shows the joining date.

How can I query the table like

list all the users registered in a specific month ?
 
Something like this (for february)?

Code:
select * 
from Table
where month(DateColumn) = 2

Ignorance of certain subjects is a great part of wisdom
 
Can you show some sample data and expected results?

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top