This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||
|
4D v20 R8
sql_string
|
sql_string |
||
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 pass | sql_string |
my string | 'my string' |
string with ' inside it | 'string with ' ' inside it' |
'string already in quotes' | ' ' 'string already in quotes' ' ' |
Product: 4D
Theme: Syntax rules
4D SQL Reference ( 4D v20 R8)