Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - Database Management and Reference » UltraLite SQL Reference » UltraLite SQL elements » Expressions in UltraLite

 

Constants in expressions

In UltraLite, constants are numbers or string literals.

Syntax
' constant '
Usage

String constants are enclosed in single quotes (').

An apostrophe is represented inside a string by two single quotes in a row ('').

See also
Example

To use a possessive phrase, type the string literal as follows:

'John''s database'