0
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 save this in a variable, and then do an IF to rotor me type 0 - Monday, 1- Tuesday ....
SELECT WEEKDAY('1999-05-25') the date is an example this select solved my problem, thanks to everyone who tried to help
What have you ever tried to do?
– Sorack
about this question I have no idea, I’m searching mysql methods that deals with dates
– mashelo