0
0
llucycodes42
This code renames the table "USER_INPUT" to "NEW_NAME".
Shortcut: s_alter_table_rename
ALTER TABLE `table` RENAME TO `new_name`;
0
0
llucycodes42
This code renames the table "USER_INPUT" to "NEW_NAME".
Shortcut: s_alter_table_rename
ALTER TABLE `table` RENAME TO `new_name`;