Code: Select all
RENAME TABLE old_table TO new_table;
Code: Select all
ALTER TABLE old_table RENAME new_table;
คำสั่ง SQL อื่นๆ https://www.mindphp.com/forums/viewforum.php?f=74
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
RENAME TABLE old_table TO new_table;
Code: Select all
ALTER TABLE old_table RENAME new_table;
Users browsing this forum: No registered users and 3 guests