Skip to content

Commit 73c68e5

Browse files
authored
Create convert-date-format.sql
1 parent 3774d75 commit 73c68e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MySQL/convert-date-format.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Time: O(n)
2+
# Space: O(n)
3+
4+
SELECT DATE_FORMAT(day, "%W, %M %e, %Y") AS day
5+
FROM Days;

0 commit comments

Comments
 (0)