On Thursday 06 March 2003 13:40,  wrote:

> I'm currently building a database and am using a timestamp(14) column for
> keeping track of when an entry was added to it. Is there an easy way to
> remove records that are more than 180 days old inside a MySQL query
> instead of going through and removing tham all by hand,

What do you mean "removing tham all by hand"?

Remove records using DELETE statement:
        http://www.mysql.com/doc/en/DELETE.html




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





---------------------------------------------------------------------
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

Reply via email to