MYSQL Table drop after x hours -
is possible write code mysql table creation make drop after x amount of time? temp table, last longer.
i need create tables temporary tasks, need them last longer session
create event myevt on schedule @ current_timestamp + interval 1 hour drop table if exists mytable;
Comments
Post a Comment