Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter by month and year
Message
From
10/01/2005 08:24:39
 
 
To
05/01/2005 09:34:35
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00974373
Message ID:
00975616
Views:
9
Hi Winan,

T-SQL:
select * from table
where datepart(yyyy, salesdate) = 2004
and datepart(mm, salesdate) = 12
>Can someone please help me, I have some records with date field type, what I want to ask is simple: how to filter those records by month and year .. (ie. I want to show sales records with the following criteria:
>
>date field is salesdate
>
>month = 12
>year = 2004
>
>please advise .. thanks a lot in advance
>
>Regards
>Winanjaya
Magnus Nordin
VFP MCP

"We have tested the GUI on 5-year olds. Why? Beacuse they aren't braindead!"
Michael Spindler, Apple

Previous
Reply
Map
View

Click here to load this message in the networking platform