SQL Reference

SQL Identifiers

There are two types of SQL identifiers: ordinary and delimited

Character conversions between identifiers created on a double-byte code page but used by an application or database on a multi-byte code page may require special consideration. After conversion to multi-byte, it is possible that such identifiers may exceed the length limit for an identifier (see Appendix O, Japanese and Traditional-Chinese EUC Considerations for details).

Host Identifiers

A host identifier is a name declared in the host program. The rules for forming a host identifier are the rules of the host language. A host identifier should not be greater than 255 characters and should not begin with upper or lower case spelling of 'SQL' or 'DB2'.


[ Top of Page | Previous Page | Next Page ]