I have a query that returns the count of users. Now I want to schedule this query on a daily basis and I want that the new results get added into new rows instead of updating the same row again and again. Just to analyze how the count is changing on a daily basis. How’s this possible?