Home > Topic List > mysql modify data table name

mysql modify data table name

MySQL modifies the data table: 1. First check all tables in the database, the code is: ‘SHOW TABLES;’; 2. Modify the table name, the code is: ‘ALTER TABLE old table name RENAME [TO] new table name;’. PHP Chinese website also provides MySQL related downloads, related courses and other content for everyone to download and use for free.

Related Tutorials More >
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!