Fn_fristPinyin.md 449 Bytes

Fn_fristPinyin (function)

根据首字母拼音查询

  • Type: FUNCTION
  • Returns: varchar(255)
  • Deterministic: NO
  • SQL data access: CONTAINS SQL

Parameters

# Mode Name Type
1 IN P_NAME varchar(255)

Body

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

Narrative

No human-written narrative yet.