GetChineseChar.md
537 Bytes
GetChineseChar (function)
传入字符串获取其中中文部门
- Type: FUNCTION
-
Returns:
varchar(100) - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:17
- Last altered: 2026-04-27 19:10:17
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 1 | IN | sOldStr |
varchar(100) |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONGetChineseChar'.
Narrative
No human-written narrative yet.