Character strings must be enclosed in single or double quotes. If you use set quoted_identifier on, use single quotes for character strings; otherwise, the SAP ASE server treats them as identifiers.
'George said, "There must be a better way."' "Isn't there a better way?"
"George said, ""There must be a better way."" 'Isn''t there a better way?'
To continue a character string onto the next line of your screen, enter a backslash (\) before going to the next line.
For more information about quoted identifiers, see the section Delimited Identifiers of the Transact SQL User’s Guide.