Is it possible to write extra code into a mysql table creation that will make it drop itself after X amount of time? Like a temp table, but it will last longer.
I need to create tables for temporary tasks, but i need them to last longer than a session
1 Answer