I am using the following in a MySQL query to return a date,
DATE_FORMAT(DateTime,'%M %D, %Y, %T') as DateTime
What I would like is the date returned with an "at" between the year and time. (e.g September 9th, 2001 at 13:33:12)
I can't do it by putting the "at" inside the backets so how is it done?