Bug #23380 | copy table | ||
---|---|---|---|
Submitted: | 17 Oct 2006 16:07 | Modified: | 29 Mar 2011 18:43 |
Reporter: | Roberto Spadim (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | all | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any | |
Tags: | feature |
[17 Oct 2006 16:07]
Roberto Spadim
[17 Oct 2006 16:17]
Andrey Hristov
use CREATE TABLE xyz_copy LIKE xyz; INSERT INTO xyz_copy SELECT * FROM xyz;
[29 Mar 2011 18:43]
Roberto Spadim
ok closed