7
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MySQLの予約語こわい問題

Last updated at Posted at 2020-02-17

朝からなんでかSQLとおらないなあ・・・

  • とあるサービスのデータベースがMySQLなのですが、開発環境を作ろうと調子にのってMySQLのバージョンを上げました
  • すると普通のSQLが通りません
select * from member;

小一時間ほど悩んだ挙げ句、気がついた

select * from `member`;

あの時間を返してくれ・・・

  • ということで、バージョンアップはうかつにしないように・・・。
  • バージョンでいったり来たりもやめてほしい
7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?