Yeah I did it, But asked for any specic statement , any way Thanks :) -----Original Message----- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 5:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Table Creation Time Stamp.....
[snip] How do we get the time_stamp of a Table creation , I know something like this would work ... SHOW TABLE STATUS LIKE 'table name' ; But How do I get only the column of time stamp column. [/snip] There is no specific way to get that column using just a query (just ask a SQL list). But you could do the query, explode the returned data and get the right colun from the returned array. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php