```sql --获取汉字的首字母拼音码 select dbo.f_get_PY('某某某',LEN('某某某')) --获取汉字的五笔码 select dbo.f_get_WB('某某某',LEN('某某某'))