Strings

Strings are of the following types:

An expression with a CHAR data type may be a built-in or user-defined function, or one of the many other kinds of expressions available.

For more information on expressions, see “Expressions”.

A literal string is any sequence of characters enclosed in apostrophes ('single quotes'). A SQL variable of character data type can hold a string. The following is a simple example of a literal strings:

'This is a string.'

Special characters in strings

You represent special characters in strings by escape sequences, as follows:

Compatibility

For compatibility with Adaptive Server Enterprise, you can set the QUOTED_IDENTIFIER database option to OFF. With this setting, you can also use double quotes to mark the beginning and end of strings. The option is set to ON by default.