I have a column named START in DATETIME format in MySQL and I would like to check if each row is expired and / or how many days are left to win that row, taking into account that the row expires in 30 days after the START date .
I thought of getting the date and subtract with the current date but I do not know if it has like in PHP, how to do it?