Re: alter date

2003-08-14 Thread walt
Fabio Bernardo wrote:
 
 Hi there,
 Do you know a sql command which I can write to obtain the last date that I
 updated a table
Fabio,
mysql SHOW TABLE STATUS LIKE 'table_name' 

walt

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



RE: alter date

2003-08-14 Thread Jay Blanchard
Yes, they are still in business...just having temporary technical
difficulties.

-Original Message-
From: Gilbert Wu [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 06, 2003 4:31 AM
To: [EMAIL PROTECTED]
Subject: RE: alter date


Is mysql still in business? Their web page is down.

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


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



RE: alter date

2003-08-14 Thread Gilbert Wu
Is mysql still in business? Their web page is down.

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



alter date

2003-08-06 Thread Fabio Bernardo
Hi there, 
Do you know a sql command which I can write to obtain the last date that I
updated a table 


Re: alter date

2003-08-05 Thread Fabrizio Tivano
On Tue, 5 Aug 2003 11:41:21 -0300 
Fabio Bernardo [EMAIL PROTECTED] wrote:

 Hi there, 
 Do you know a sql command which I can write to obtain the last date that I
 updated a table 
 

SHOW TABLE STATUS LIKE 'yourtable';


fabrizio

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