SQL生成拼音首码
摘要:--生成拼音首码 CREATE function [dbo].[fn_GetPy](@str nvarchar(1000)) returns nvarchar(1000) --WITH ENCRYPTION as begin declare @intLen int declare @strRet n...
阅读全文
posted @ 2015-06-13 12:49
posted @ 2015-06-13 12:49
posted @ 2015-06-04 19:38