Fn_find_pinyin.md 547 Bytes

Fn_find_pinyin (function)

根据拼音查询

  • Type: FUNCTION
  • Returns: varchar
  • 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
0 RETURN `` varchar(255)
1 IN P_NAME varchar(255)

Body

Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFnfind_pinyin'._

Narrative

No human-written narrative yet.