I know descrbe table in mysql.
Is there anyway to return the actual CREATE TABLE string that would create the given table, or do I need to run DESCRIBE table [name], parse it out, and build the CREATE command.
I'm wanting to copy a table quickly, to another equal table with a different name.
Thanks,
Sam