A
|
ann 10/4/2010 |
Mike, CREATE TABLE IF NOT EXISTS NewTableName SELECT * FROM TableName |
K
|
karmacomposer author 10/4/2010 |
Mike, you can copy the table directly in the database. Here is a sample for MySQL: CREATE TABLE IF NOT EXISTS NewTableName SELECT * FROM TableName
|
J
|
jasonfrew 10/4/2010 |
I may not have access to the unix/linux environment. Is there a way to do it in PHPMyAdmin? Mike
|