Mega Code Archive

 
Categories / MySQL / Command Mysql
 

Rename two tables

RENAME TABLES oneTable TO oneTableNew,        bTable TO bTableNew;