SQL Reserved Words

From AgileApps Support Wiki
Revision as of 01:01, 11 November 2011 by imported>Aeric

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`

Commmon:SQL Keywords