Skip to main content

DelimitedIds

Enable/disable interpreting double-quoted strings as delimited identifiers.

Synopsis

[SQL]    DelimitedIds=n

Description

The value n may be 1 or 0:

  • When 1 (true) a double-quoted string ("My String") is considered a delimited identifier within an SQL statement.

  • When 0 (false) a double-quoted string ("My String") is considered a string constant or literal string.

Examples

DelimitedIds=0

Range of Values

0 or 1. The default is 1.

Management Portal

On the page System Administration > Configuration > SQL and Object Settings > General SQL Settings, for the Support Delimited Identifiers setting, choose Yes (true) or No (false).

FeedbackOpens in a new tab