3
Good morning, you guys.
I have in my database DATE fields for 'start date' and 'end date', so I can search for ranges. When I imported this data some dates were empty or inconform and were not logged correctly.
I would like to know: there is some way for me to select the 'end date' fields of my database and where it is empty and make it equal to 'start date' + 30(days), doing it by mysql itself or I will have to use php?
Thanks!
When you say "empty" you mean the null field, right?
– user48732
Yes, the field was empty in the spreadsheet and entered the bank as NULL.
– Chiwyrow Cortin