sql_string

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


sql_string

Description

An sql_string contains a single-quoted string. Single quote characters that are located inside a string are doubled and strings that are already single-quoted are double-quoted before being placed within another pair of single quotes.

Examples:

String to passsql_string
my string'my string'
string with ' inside it'string with ' ' inside it'
'string already in quotes'' ' 'string already in quotes' ' '

See Also

DELETE, INSERT, UPDATE.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next