Good morning, guys.
I have in my database DATE fields for 'start date' and 'end date', so I can search at intervals. When I imported this data some dates were empty or non-conforming and were not recorded correctly.
I would like to know: is there any way I can select the 'end date' fields of my database and where it is empty and make it equal to the 'start date' + 30 (days) by doing it by mysql itself or will I have to use php?
Thanks!