4D v14

sql_string

Home

 
4D v14
sql_string

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 passsql_string
my string'my string'
string with ' inside it'string with ' ' inside it'
'string already in quotes'' ' 'string already in quotes' ' '

 
PROPERTIES 

Product: 4D
Theme: Syntax rules

 
SEE ALSO 

DELETE
INSERT
UPDATE

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)