2. SQL Data Types
:
Literals
:
String Literals
:
Quotes within Strings
Share this page
Quotes within Strings
To include a single quote inside a string literal, it must be doubled. For example:
'The following letter is quoted: ''A''.'
which is evaluated as:
The following letter is quoted: 'A'.