Created
September 2, 2016 11:24
-
-
Save nishinoshake/4e59ca3be0e53ec2582feb4ff55fc010 to your computer and use it in GitHub Desktop.
テーブルなどのスキーマの識別子はバッククオートで囲む
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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