タグ付けされた質問 「table-rename」

16
MySQLのテーブルの名前を変更する
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 クエリは他のテーブルでは正常に機能していますが、テーブルでは機能しませんgroup。
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.