sql query to get last 7 day results between time ranges – Mysql
I've query which gives the results with a column name called alternative_time. It has the values like 2023-02-18 09:30:04 . I can do a query like NOW() -INTERVAL 7 DAY) and also time range like 03:00:00 and 10:00:00 but how…