identifier quote char

Set the character to use as quotation mark for identifiers.

USYS$ODx_PARAMS = identifier quote char : " | '

USYS$ODx_PARAMS = idquotechar : " | '

Description

Use the identifier quote char option to set the character to be used as quotation mark for identifiers, that is, for names of tables, columns, keys, and indexes. Commonly used characters are " (double quote) and ' (single quote).

This option has no effect unless the identifiers option is set to quoted.

Related Topics