RE: Clear table contents

2002-02-13 Thread Rick Emery
something easier: DELETE FROM relay_ip WHERE NOW() - rei_ts > 1000; -Original Message- From: Rick Emery Sent: Tuesday, February 12, 2002 3:03 PM To: 'Odhiambo Washington'; [EMAIL PROTECTED] Subject: RE: Clear table contents try: DELETE FROM relay_ip WHERE UNIX_

RE: Clear table contents

2002-02-13 Thread Rick Emery
try: DELETE FROM relay_ip WHERE UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(rei_ts) >600; -Original Message- From: Odhiambo Washington [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 1:22 AM To: [EMAIL PROTECTED] Subject: Clear table contents Hello gurus, Please allow me

RE: Clear table contents

2002-02-12 Thread Eric Mayers
002 11:22 PM > To: [EMAIL PROTECTED] > Subject: Clear table contents > > > Hello gurus, > > Please allow me to request for help with the table below. > > > mysql> select * from relay_ip; > +-+++- >

Clear table contents

2002-02-12 Thread Odhiambo Washington
Hello gurus, Please allow me to request for help with the table below. mysql> select * from relay_ip; +-+++-+-+ | rei_aid | rei_uname | rei_domain | rei_ip | rei_ts | | +--

Re: Clear table contents

2002-02-11 Thread DL Neil
Hello Odhiambo, > Please allow me to request for help with the table below. > mysql> select * from relay_ip; > >+-+++-+-+ > | rei_aid | rei_uname | rei_domain | rei_ip | rei_ts >

Clear table contents

2002-02-10 Thread Odhiambo Washington
Hello gurus, Please allow me to request for help with the table below. mysql> select * from relay_ip; +-+++-+-+ | rei_aid | rei_uname | rei_domain | rei_ip | rei_ts | | +--