2012-07-23
複製 MySQL Table(Copy MySQL Table)
語法分兩步驟,先建立 table,再複製資料。
create table table_new like table_copy; insert into table_new select * from table_copy;
---
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
查看行動版
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言