Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
(Read-only) The YESSPELL option holds the text that is used for TRUE
Boolean values in the output of OLAP DML statements.
The value of the YESSPELL option is the word for "yes" in the current language, as specified by the NLS_LANGUAGE option. For example, when NLS_LANGUAGE is set to American
, then the value of YESSPELL is YES
. When NLS_LANGUAGE is set to Spanish
, then the value of YESSPELL is SI
.
TEXT
YESSPELL
OLADM1417Example 5-113 Seeing the Effect of the YESSPELL Value
Suppose you have a variable called BOOLVAR that currently has a value of YES
. When "si" is the word for "yes" in the language specified by the NLS_LANGUAGE option,
SHOW boolvar
produces the following output.
si