Difference between revisions of "Common:SQL Legend"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
;Legend: | ;Legend: | ||
:* [ x ] - Optional (one or none) | :* [ x ] - Optional (one or none) | ||
:* [, x... ] - Optional additional values, in a comma-separated list | :* [, x ... ] - Optional additional values, in a comma-separated list | ||
:* | :* x | y - Choose one. Curly braces are added when needed: { x | y } ... | ||
:* CAPITALIZED - SQL Keyword (case insensitive) | :* CAPITALIZED - SQL Keyword (case insensitive) | ||
:* ''italicized'' - Value you supply. (Table names and column names are case-sensitive) | :* ''italicized'' - Value you supply. (Table names and column names are case-sensitive) |
Latest revision as of 23:43, 14 November 2011
- Legend
-
- [ x ] - Optional (one or none)
- [, x ... ] - Optional additional values, in a comma-separated list
- x | y - Choose one. Curly braces are added when needed: { x | y } ...
- CAPITALIZED - SQL Keyword (case insensitive)
- italicized - Value you supply. (Table names and column names are case-sensitive)