is there a timestamp or data time field in the table? If so just quuery that field for the max value

select max(dateTimeFieldName) from TableName


bastien

From: Pete Holsberg <[EMAIL PROTECTED]>
To: Bastien Koert <[EMAIL PROTECTED]>
CC: php-db@lists.php.net
Subject: RE: [PHP-DB] Update time/date stamp
Date: Wed, 2 Feb 2005 13:57:50 -0500 (EST)

On Wed, 2 Feb 2005, Bastien Koert wrote:

> any particular table? or just the db in general?

It has just one table.

---
Pete Holsberg
Columbus, NJ
---
"When the people are afraid of the government, that's
tyranny. But when the government is afraid of the people,
that's liberty."  -- Thomas Jefferson


-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to