Re: [PHP-WIN] Get rows over certain data

2001-05-08 Thread Susan Ottwell
just Search the online docs at http://www.mysql.com for 'timestamp' The mySQL online docs are your best friend! Susan Ottwell TechBox Netanya, Israel >From: "PHPWIN" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: [PHP-WIN] Get rows over cer

RE: [PHP-WIN] Get rows over certain data

2001-05-07 Thread Svensson, B.A.T.
>-Original Message- >From: PHPWIN >Sent: Monday, May 07, 2001 5:06 AM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] Get rows over certain data > > >Hi > Anyone knows how to retrieve rows over a certain date in >MySql if the rows all have a datetime field, of

[PHP-WIN] Get rows over certain data

2001-05-07 Thread PHPWIN
Hi Anyone knows how to retrieve rows over a certain date in MySql if the rows all have a datetime field, of type timestamp . Like to get the rows modified in the last week or 3 days or just today? Thanks Xon