0
I want to select a sql date from today until a week ago, I found this code here
'SELECT * FROM tb_user WHERE registro BETWEEN CURRENT_DATE()-7 AND CURRENT_DATE() ORDER BY registro ASC';
more it works only if the database field is of date, mine is as datetime, as I could adapt this code?
thank you gave it right.
– Faillen