Fn_spit_length.md
563 Bytes
Fn_spit_length (function)
根据分隔符 获取分割后对象个数
- Type: FUNCTION
-
Returns:
int - 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) |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFnspit_length'._
Narrative
No human-written narrative yet.