|
-
Feb 3rd, 2011, 02:25 AM
#1
Thread Starter
Hyperactive Member
get month and year and day in query
i have following query
SELECT DISTINCT DATEADD(day, 0, DATEDIFF(day, 0, starttime)) as date FROM table
and these me return like this
2011-02-03 00:00:00.000
i want to convert that query that give reult like this
thursday ,feburay 2,2011
how to do this ??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|