Search found 1 match
- Thu May 07, 2009 5:04 pm
- Forum: Databases
- Topic: Delete Row After 30 Mins
- Replies: 3
- Views: 797
Delete Row After 30 Mins
Allow me to preface this post with the fact that I am not very familiar with sql statements and such, but I have been tasked with completing this job. I have a table called users which contains the following fields: id int(11) username varchar(15) password varchar(41) userlevel int(11) timestamp tim...