Terrapins Sky
(Move to ...)
Home
Tutorials
Diary
Works
▼
Friday, September 20, 2013
[MySQL][SQL] Change Table Name / Rename Table (with example)
Command to rename table :
RENAME TABLE
original_name
TO
new_name
;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment