1853. Convert Date Format
https://leetcode.com/problems/convert-date-format
Description
Table: Days
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 query result format is in the following example:
ac
Last updated