Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with ORDER BY
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00776296
Message ID:
00776304
Views:
14
Serge;

I need the dates ascending instead of descending.

>Michael,
>
>What order would you consider correct?
>
>>I have the following SPT statement, but it's in the wrong order. I can't seem to get the ORDER BY syntax correct:
>>
>>
>>SELECT (cast(datepart(mm,time) as varchar)+'/'+datename(dd,time)+'/'+datename(yyyy,time)) AS DayField,
>>COUNT(CondoDir) AS Hits FROM wwRequestLog
>>WHERE UPPER(CondoDir) LIKE 'FRANKLIN'
>>AND DATEDIFF(day, time, getdate()) < 14
>>GROUP BY (cast(datepart(mm,time) as varchar)+'/'+datename(dd,time)+'/'+datename(yyyy,time))
>>
>>
>>TIA
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform