Microsoft
Software
Hardware
Network
Question : Date Sorting
Hi,
I have a query, qry12 there I have a field [Month] I need to sort the date values like as below. Please help.
May-07
Jun-07
Jul-07
Aug-07
Sep-07
Oct-07
Nov-07
Dec-07
Jan-08
Feb-08
Mar-08
Apr-08
May-08
Jun-08
Jul-08
Aug-08
Sep-08
Oct-08
Answer : Date Sorting
SELECT Format([Month], "yyyy-mm") AS Month2
FROM qry12
GROUP BY Format([Month], "yyyy-mm")
ORDER BY Format([Month], "yyyy-mm")
Random Solutions
Access VBA query returns error "Too few parameters. Expected 1"
Decision Matrix
print small fonts (The number must be between 10 and 400...
How to remotly monitor Paged Pool and Nonpaged Pool usage by process
Internal Cert Issue
Wait Till Queries Have Refreshed
Formatting columns in SSRS Report Builder
Why public network is the highest in the binding order?
windows 7 - how to view classic windows explorer
Open Sharepoint server's pdf file in asp.net...