skip to main content
Basic elements of SQL : Schema object names and qualifiers : Quoted identifiers
 

Quoted identifiers

OpenAccess SDK supports double quotation mark-delimited identifiers. Enclosing a name in double quotation marks allows it to:
Begin with a character other than an alphabetic character, such as a numeric character.
Contain spaces and any characters other than the double quotation mark character.
Be a reserved word.

Examples

"Open"
"Project Name"
"Hello.com"