On 10 Jun 2004 at 7:02, Daniel Venturini wrote:

> Hello I am using PHP, mysql. How would I query mysql to display the last
> time a table was last modified/changed/or updated. For example I have a user
> that updates a stats page via the web, and I would like it to say (Current
> up to "The last date the stats table was modified"). Thanks for your help,
> I've been looking online as well but thought this may be quicker. Take care.
> Thanks again.
> 
> Daniel
> 
USE <database>;
SHOW TABLE STATUS;

One of the fields returned is *Update_time*
Regards
Ian
--


-------------------------------------------------------------
Ian Gibbons                                                  
Fish.Net Ltd                     Providing Internet Solutions   
http://www.fishnet.co.uk      e-mail [EMAIL PROTECTED]
Tel +44 (0)1457 819600                 Fax +44 (0)1457 819602         
-------------------------------------------------------------


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to