in reply to Re: CGI Program To Delete Old Data From MySQL Table?
in thread CGI Program To Delete Old Data From MySQL Table?
I wouldn't recommend running delete from <tablename>; -- that's going to delete everything from the table, leaving you with nothing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI Program To Delete Old Data From MySQL Table?
by Laurent_R (Canon) on Sep 30, 2013 at 16:50 UTC | |
by McA (Priest) on Sep 30, 2013 at 17:00 UTC | |
by Your Mother (Archbishop) on Sep 30, 2013 at 17:09 UTC | |
by McA (Priest) on Sep 30, 2013 at 17:39 UTC |