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 <pjh@xxxxxxxx>
To: Bastien Koert <bastien_k@xxxxxxxxxxx>
CC: php-db@xxxxxxxxxxxxx
Subject: RE: 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