[PHP] Table Creation Time Stamp.....

2004-10-14 Thread Mulley, Nikhil
Hi Guys , 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. Thanks, Nikhil.

RE: [PHP] Table Creation Time Stamp.....

2004-10-14 Thread Jay Blanchard
[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).

RE: [PHP] Table Creation Time Stamp.....

2004-10-14 Thread Mulley, Nikhil
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