/ Published in: SQL
Expand |
Embed | Plain Text
ALTER TABLE table_name RENAME TO new_table_name;
You need to login to post a comment.
donkeykong on 09/29/08
1 person have marked this snippet as a favorite
ALTER TABLE table_name RENAME TO new_table_name;
You need to login to post a comment.