View Single Post
Old 26th April 2003, 04:00 PM   #2 (permalink)
ec8or
Registered User
 
Join Date: Apr 2003
Posts: 39
Re:PHP/MySQL: Last Updated Date

I think the problem is with your database name containing a hyphen, try using backticks around it instead, like this:

SHOW TABLE STATUS FROM `eliza-d_com` LIKE 'missy'

Peace
Nisse
ec8or is offline   Reply With Quote