MySQL REPLACE() 函数
定义和用法
REPLACE() 函数将字符串中所有出现的子字符串替换为新的子字符串。
注意: 此函数执行区分大小写的替换。
语法
REPLACE(string, from_string, new_string)
参数值
参数 | 描述 |
---|---|
string | 必需。原始字符串 |
from_string | 必需。要替换的子字符串 |
new_string | 必需。新的替换子字符串 |
技术细节
作用于 | 从 MySQL 4.0 开始 |
---|
REPLACE() 函数将字符串中所有出现的子字符串替换为新的子字符串。
注意: 此函数执行区分大小写的替换。
REPLACE(string, from_string, new_string)
参数 | 描述 |
---|---|
string | 必需。原始字符串 |
from_string | 必需。要替换的子字符串 |
new_string | 必需。新的替换子字符串 |
作用于 | 从 MySQL 4.0 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]