2011年3月28日 星期一

create table structure from another database

1.login to mysql database;

2.use create table tablename as select * from dbname.tablename;
use BookStore;
create table newBook as select * from OldBookStore.newBook;

沒有留言:

張貼留言