Renaming a Table
Posted: Fri Jul 23, 2004 2:19 pm
I need to rename a table in a MySQL db. Is there a query command to do so?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ALTER TABLE `table_you_want_to_rename` RENAME `new_name`