If I create a temporary SQL table with a cron job, can I use it after the cron job completes or it is destroyed right after that?
What I want to do is to create a temporary table with a cron job and then access it's contents during the next hour or so with another cron job.
Any additional info that you think might be useful will be appreciated.