如何把一条数据移动到另一个数据表中

September 6, 2008 | tags mysql  phpmyadmin   | views
Comments 0

INSTER INTO tableA (....) SELECT (....) FROM tableB
DELETE FROM tableB

select into tableB select * from tableA where userName='abc'




发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。