Posts by mashelo • 3 points
1 post
-
0
votes1
answer19
viewsQ: Create a precedent that when you enter a date, it returns the day of the week corresponding to the date you entered. MYSQL
People with the following problem, I am treating dates in the format "YYYY-MM-DD", someone has an idea of a possible solution ? I am using SELECT WEEKDAY ('1999-08-06') AS day_day_week; how can I…