Mega Code Archive

 
Categories / MySQL / Command Mysql
 

Rename a table is by using the RENAME TABLE statement

RENAME TABLE t1 TO t2;