I have a table with column datetime and I need to get the results that already have 3 days of existence, all with more than 3 days, I tried to use
SELECT *, DATE_FORMAT(date, '%m/%d/%Y') FROM tb WHERE DATE(date) = CURDATE() - INTERVAL 3...
asked by
14.01.2015 / 23:52