Difference between revisions of "SQL Reserved Words"
From LongJump Support Wiki
imported>Aeric (Created page with "These words are standard SQL syntax. If a table has the same name, then the name of the table must be enclosed in back-ticks, when it is included in a SQL statement. For example:…") |
imported>Aeric |
||
Line 1: | Line 1: | ||
These words are standard SQL syntax. If a table has the same name, then the name of the table must be enclosed in back-ticks, when it is included in a SQL statement. For example: <tt>SELECT * FROM `Order`</tt> | These words are standard SQL syntax. If a table has the same name, then the name of the table must be enclosed in back-ticks, when it is included in a SQL statement. For example: <tt>SELECT * FROM `Order`</tt> | ||
{{:Commmon:SQL Keywords}} |
Revision as of 01:01, 11 November 2011
These words are standard SQL syntax. If a table has the same name, then the name of the table must be enclosed in back-ticks, when it is included in a SQL statement. For example: SELECT * FROM `Order`