Refresh table after deleting a row

2001-11-04 Thread duraid
i have a table with and ID column that auto_increment with that following content ++--+++ | ID | JokeText | JokeDate | AuthorName | ++--+++ | 1 | what's up? | 2001-11-04 | duraid | | 2 | duraid |

Re: Refresh table after deleting a row

2001-11-04 Thread Paul DuBois
At 4:26 PM -0500 11/4/01, duraid wrote: i have a table with and ID column that auto_increment with that following content ++--+++ | ID | JokeText | JokeDate | AuthorName | ++--+++ | 1 | what's up? |