Fn_split_string.md
608 Bytes
Fn_split_string (function)
根据分隔符,取第几个截取字符串
- Type: FUNCTION
-
Returns:
varchar(255) - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:14
- Last altered: 2026-04-27 19:10:14
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 1 | IN | str |
longtext |
| 2 | IN | splitstr |
varchar(5) |
| 3 | IN | strindex |
int |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFnsplit_string'._
Narrative
No human-written narrative yet.