Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DelimitedIds

二重引用符で囲まれた文字列を、区切り識別子として解釈するかどうかを設定します。

Synopsis

[SQL]    DelimitedIds=n

説明

n は 1 または 0 です。

  • 1 (True) の場合、二重引用符で区切られた文字列 ("My String") は、SQL 文の区切り識別子と見なされます。

  • 0 (False) の場合、二重引用符で区切られた文字列 ("My String") は、文字列定数またはリテラル文字列と見なされます。

DelimitedIds=0

値の範囲

0 または 1。既定値は 1 です。

管理ポータル

[システム管理] > [構成] > [SQL およびオブジェクトの設定] > [一般 SQL 設定] ページの [区切り識別子をサポート] の設定で、[はい] (True) または [いいえ] (False) を選択します。

FeedbackOpens in a new tab