Can I know whether I can query data by week and show only that specific week data. For example, I query at 7/7/2021 then it will show only the data from 1/7/2021-7/7-2021, and when I query at 8/7/2021 then it will only show data start from 8/7/2021 till 14/7/2021.
For range() function, we need to specify a start time and end time. If I want to query it automatically in an application every week, what should I do? Thank you.