摘要:
create function fun_getPY(@str nvarchar(4000)) returns nvarchar(4000) as begin declare @word nchar(1),@PY nvarchar(4000) set @PY='' while len(@str)>0 begin set @word=left(@str,1) --如果非汉字字符,返回原字符 set @... 阅读全文
posted @ 2008-06-09 16:20
Magicam
阅读(643)
评论(0)
推荐(0)

浙公网安备 33010602011771号