MySQL REPEAT() 函数
定义和用法
REPEAT() 函数重复一个字符串指定的次数。
语法
REPEAT(string, number)
参数值
参数 | 描述 |
---|---|
string | 必需。要重复的字符串。 |
number | 必需。重复字符串的次数。 |
技术细节
适用版本 | 从 MySQL 4.0 开始 |
---|
REPEAT() 函数重复一个字符串指定的次数。
REPEAT(string, number)
参数 | 描述 |
---|---|
string | 必需。要重复的字符串。 |
number | 必需。重复字符串的次数。 |
适用版本 | 从 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]