Friday, March 27, 2009

MySQL Missing Function DayOfWeekAsString()

MySQL has so much functionality, it's hard not to love.

But there are rare occasions when I wonder why they missed some simple function like DayOfWeekAsString()

Without it I have to manually to this all over the place whenever I need it:

ELT(DOWnumber,'Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday')b


Dear MySQL,

Please all this function natively.

Sincerely,

Your devoted developer.