Tanggal SQL Dapatkan Hitungan Minggu Terakhir

select * from dt_table where  `date` >= DATE_SUB(CURDATE(), INTERVAL 7 DAY)
Bright Bug