Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created September 2, 2016 11:24
Show Gist options
  • Save nishinoshake/4e59ca3be0e53ec2582feb4ff55fc010 to your computer and use it in GitHub Desktop.
Save nishinoshake/4e59ca3be0e53ec2582feb4ff55fc010 to your computer and use it in GitHub Desktop.
テーブルなどのスキーマの識別子はバッククオートで囲む
SELECT * FROM `select` WHERE `select`.id > 100;
# バッククオートで囲むと予約語も使える
# http://dev.mysql.com/doc/refman/5.6/ja/identifiers.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment