游游淡淡.net

...

导航

2015年9月28日 #

sql获取汉字的拼音首字母

摘要: if exists (select * from sysobjects where id = object_id(N'[fn_ChineseToSpell]') and xtype in (N'FN', N'IF', N'TF')) www.2cto.com drop function [f... 阅读全文

posted @ 2015-09-28 17:20 游游淡淡 阅读(303) 评论(0) 推荐(0)