Hi all,
I have been allowed to query our main table only 1 day at a time to avoid tech issues (MariaDB).
I am wondering how I could pull say previous day's data and then append to all the previous data pulled. Each row has a unique ID so this should be easy to avoid duplicates.
The other question is - what would be the best suggestion to do this manually to kick off the database? I need like the last 90 days of data and then I can switch to 1x day updates with append.
Thank you in advance