开发者

How do I move the contents of one table to another in phpmyadmin? (same database)

I want to move the contents of one table to another in the same database. Is t开发者_运维百科his possible? How would I go about doing this?


Try exporting to a SQL file then change the table name and import it. The two tables have to be the same name.


select table, use Operations tab and copy the table in same database with different name.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜