重命名表在 MySQL 中不起作用
RENAME TABLE group TO member;
错误信息是
#1064 - You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near 'group
RENAME TO member' at line 1
该查询在我的其他表上运行良好,但不适用于 table group
。