0
Could you help me please, I have a column service date that based on it brings me the last day of that month and I calculate that data_final_month + payment deadline and from there I can know what is the final date that the customer has for payment .
select DATE_ADD(last_day(now()), INTERVAL 10 DAY);
tried this script but it returns me depending on the current date, but I want it according to my column dataAtendimento
.
thank you Alexandre
– egcelmi