single-verbatim-string-literal-character(单个逐字的字符串字符) quote-escape-sequence(引号转义序列) single-verbatim-string-literal-character:(单个逐字的字符串字符:) ..
基于74个网页-相关网页
清单11显示了一个转义字符串序列,它使用了一个引号作为省略号。
Listing 11 shows an example of the escape sequences for a string that USES a single quote as an apostrophe.
在MySQL中,字符序列\表示一个反斜杠转移单引号',但在DB 2中,单引号必须要再加一个单引号来实现转义' '(即两个单引号)。
The character sequence \ represents a backslash escaped single quote 'in MySQL, but in DB2, a single quote must be escaped by adding another single quote "(double single quotes)."
应用推荐