3. OpenSQL Data Types
:
Literals
:
String Literals
:
Quotes in Strings
Share this page
Quotes in Strings
To include a single quote inside a string literal, it must be doubled. For example:
'The following letter is quoted: ''A''.'
which evaluates to
The following letter is quoted: 'A'.