... double question mark prompt 双问号提示符 double quote character 双引证字符 double readout 加倍读出 ...
双语例句
1
This means, inside single quoted strings, the single quotecharacter has to be escaped, and inside double quoted strings, the doublequotecharacter has to be escaped.
这意味着,在单引号字符串,单引号字符必须逃,在双引号字符串,双引号字符必须逃跑。
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)."