This should be simple but for some reason I can't find it anywhere... <br><br> -- View image here: http://arstechnica.infopop.net/infopop/emoticons/icon_confused.gif ...
day is the primary key for this table. Write an SQL query to convert each date in Days into a string formatted as "day_name, month_name day, year". Return the result table in any order.
-- the format() function can be used to format dates or times. -- the first argument is the value to be formatted. -- the second argument is the format pattern. -- this page has a list of format ...