Re: How to easy delete old records from sql database

2003-01-09 Thread Paul DuBois
At 13:18 +0200 1/9/03, Putte Koivisto wrote: Is there any easy way to delete records from database, wich logs user activity at website? I mean, if there is somekind of limit for rows in table. And if limit is exceeded, older rows will be automaticly deleted, or even better, moved to another table.

re: How to easy delete old records from sql database

2003-01-09 Thread Egor Egorov
On Thursday 09 January 2003 13:18, Putte Koivisto wrote: > Is there any easy way to delete records from database, wich logs user > activity at website? I mean, if there is somekind of limit for rows in > table. And if limit is exceeded, older rows will be automaticly deleted, or > even better, mov

How to easy delete old records from sql database

2003-01-09 Thread Putte Koivisto
Is there any easy way to delete records from database, wich logs user activity at website? I mean, if there is somekind of limit for rows in table. And if limit is exceeded, older rows will be automaticly deleted, or even better, moved to another table. Is there any query to make this happen? Sinc