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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -