i want to know the query so that i can get the name of today`s day
Which language (English, French, Klingon etc) does the returned name use?
belugabob
2010-02-25 08:43:23
If you have Klingon as your database language you'd get that
Tommy
2010-02-25 08:49:27
@belugabob - it will return in the language of your current connection, as shown by running `select @@language`
Ed Harper
2010-02-25 09:16:09
My original comment was slightly tongue-in-cheek. I intended to highlight the fact that the answer wouldn't necessarily be in English. I'll be more specific next time.
belugabob
2010-02-25 12:37:24
A:
As well as the dw command mentioned by Ed, it will be worth you bookmarking DATENAME for future reference. (In the link, check the table right at the bottom of the page that lists all arguments, with example output)
kevchadders
2010-02-25 08:58:26