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. Is there any query to make this happen?
No. You might want to schedule a cron job that will do this periodically. At least then it will be automatic, which seems to be your primary goal.
Sincerely, Putte Koivisto
--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php