date sql get the last week count

Solutions on MaxInterview for date sql get the last week count by the best coders in the world

showing results for - "date sql get the last week count"
Samantha
22 Jan 2019
1select * from dt_table where  `date` >= DATE_SUB(CURDATE(), INTERVAL 7 DAY)