【发布时间】:2015-04-12 21:35:05
【问题描述】:
我可以将某些内容复制到另一个表并在同一个表中更新吗?
喜欢:
INSERT INTO 'table_new' (name) values ("thomas")
同时:
UPDATE 'table_old' set ChangesWereMadeAt = (the date, where the changes were made)
我可以在其他表中放置一些东西,同时它也保留在旧表中并且只更新一列吗?
我使用 PHP/MySql
【问题讨论】: