[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

Reply via email to