摘要:/****** 对象: UserDefinedFunction [dbo].[HZ2PY] 脚本日期: 05/02/2012 18:23:38 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOdrop function getpygo--汉字转换拼音函数create Function [dbo].[getpy]( @cString nVarChar (200)) Returns nVarChar(100)AS Begin Declare @nFor Int --字符串循环用 Declare @nPYFor Int --拼音串循环用 D..
阅读全文
posted @ 2012-05-19 14:35