advanced code snippet search
jpdamen on 12/21/07
mysql table textmate rename
12/21/07 07:15pm
2 people have marked this snippet as a favorite
darthomirmgerdt
RENAME TABLE old_table TO backup_table, new_table TO old_table;
Report this snippet Tweet
Comment:
You need to login to post a comment.